menu
stdc package
documentation
math.dart
MathStdc
exp method
exp method
dark_mode
light_mode
exp
method
double
exp
(
double
x
)
Computes the base-e exponential of
x
.
Implementation
double exp(double x) => dart_math.exp(x);
stdc package
documentation
math
MathStdc
exp method
MathStdc extension on
Stdc