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