num_
traits
0.2.19
Module pow
Module Items
Modules
Macros
Traits
Functions
In crate num_
traits
num_traits
Module
pow
Copy item path
Source
Modules
§
float_
impls
🔒
Macros
§
pow_
impl
🔒
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.