num
0.4.3
Module pow
Traits
Functions
In crate num
Module
num
::
pow
Copy item path
source
·
[
−
]
Traits
§
Pow
Binary operator for raising a value to a power.
Functions
§
checked_
pow
Raises a value to the power of exp, returning
None
if an overflow occurred.
pow
Raises a value to the power of exp, using exponentiation by squaring.