ndarray_
rand
0.13.0
Module pow
Module Items
Traits
Functions
In ndarray_
rand::
rand_
distr::
num_
traits
ndarray_rand
::
rand_distr
::
num_traits
Module
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.