menu
const_math package
documentation
functions.dart
pow
pow.new const constructor
pow.new const constructor
dark_mode
light_mode
pow
constructor
const
pow
(
num
a
,
num
b
)
Calculate a^b.
Implementation
const factory pow(num a, num b) = ConstMath.pow;
const_math package
documentation
functions
pow
pow.new const constructor
pow extension type