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