menu
three_dart package
documentation
three3d/math/math.dart
Math
exp static method
exp static method
dark_mode
light_mode
exp
static method
double
exp
(
num
x
)
Implementation
static double exp(num x) { return math.exp(x); }
three_dart package
documentation
three3d/math/math
Math
exp static method
Math class