menu
openworld package
documentation
three_dart/three3d/math/index.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); }
openworld package
documentation
three_dart/three3d/math/index
Math
exp static method
Math class