Dart SDK
dart:math
exp
function
exp
dart:math
Constants
E
LN10
LN2
LOG2E
LOG10E
PI
SQRT1_2
SQRT2
Functions
min
max
atan2
pow
sin
cos
tan
acos
asin
atan
sqrt
exp
log
Classes
Point
Random
Rectangle
MutableRectangle
double
exp
(
num
x
)
Converts x to a double and returns the natural exponent, E, to the power x.
Returns NaN if x is NaN.