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