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