WLJS LogoWLJS Notebook

DifferentialD

DifferentialD[x] displays as dx, representing a differential.

Examples

Display differential:

DifferentialD[x]
(* Displays as dx *)

In integrals:

Integrate[f[x], DifferentialD[x]]

Please visit the official Wolfram Language Reference for more details.

On this page