menu
cdart package
documentation
math.dart
exp2 function
exp2 function
dark_mode
light_mode
exp2
function
double
exp2
(
double
x
)
Implementation
double exp2(double x) => math.pow(2.0, x).toDouble();
cdart package
documentation
math
exp2 function
math library