menu
ella package
documentation
math/Math.dart
Math
pow<T extends num> static method
pow<T extends num> static method
dark_mode
light_mode
pow<
T extends num
>
static method
num
pow
<
T extends num
>(
num
x
,
num
exponent
)
pow
Implementation
static num pow<T extends num>(num x, num exponent) { return dartMath.pow(x, exponent); }
ella package
documentation
math/Math
Math
pow<T extends num> static method
Math class