menu
cdart package
documentation
math.dart
frexpl function
frexpl function
dark_mode
light_mode
frexpl
function
double
frexpl
(
double
x
,
List
<
int
>
exp
)
Implementation
double frexpl(double x, List<int> exp) => frexp(x, exp);
cdart package
documentation
math
frexpl function
math library