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