menu
tenon_cli package
documentation
core.dart
NumExt
pow method
pow method
dark_mode
light_mode
pow
method
num
pow
(
num
exponent
)
Implementation
num pow(num exponent) => math.pow(this, exponent);
tenon_cli package
documentation
core
NumExt
pow method
NumExt extension on
num