menu
antidart package
documentation
kotlin.dart
MathUtils
pow method
pow method
dark_mode
light_mode
pow
method
num
pow
(
num
x
)
Raises this value to the power x.
Implementation
num pow(num x) => math.pow(this, x);
antidart package
documentation
kotlin
MathUtils
pow method
MathUtils extension on
num