Module num::pow [] [src]

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.