Module num_traits::pow 
source · Traits
- Binary operator for raising a value to a power.
Functions
- Raises a value to the power of exp, returningNoneif an overflow occurred.
- Raises a value to the power of exp, using exponentiation by squaring.
None if an overflow occurred.