menu
distuv package
documentation
math.dart
ldexp function
ldexp function
dark_mode
light_mode
ldexp
function
double
ldexp
(
double
x
,
int
e
)
Implementation
double ldexp(double x, int e) => x * math.pow(2, e);
distuv package
documentation
math
ldexp function
math library