menu
opentype_dart package
documentation
Math.dart
pow function
pow function
dark_mode
light_mode
pow
function
num
pow
(
num
x
,
num
exponent
)
Implementation
num pow(num x, num exponent) { return math.pow(x, exponent); }
opentype_dart package
documentation
Math
pow function
Math library