exp
.
Note that 0⁰
(pow(0, 0)
) returns 1
. Mathematically this is undefined.
Signature
Panics
Panics if the result of the exponentiation operation overflows the output type.Examples
Trait functions
pow
Returnsself
to the power exp
.
exp
.
Note that 0⁰
(pow(0, 0)
) returns 1
. Mathematically this is undefined.
self
to the power exp
.