pub trait CheckedPow<RHS> {
type Output;
// Required method
fn checked_pow(self, exp: RHS) -> Option<Self::Output>;
}
Expand description
Raises a number to a power, returning None
if the result is not representable.
This is a wrapper over the checked_pow
functions in the standard library, for
example this one.
This is a wrapper over the checked_pow
functions in the standard library, for
example this one.
This is a wrapper over the checked_pow
functions in the standard library, for
example this one.
This is a wrapper over the checked_pow
functions in the standard library, for
example this one.
This is a wrapper over the checked_pow
functions in the standard library, for
example this one.
This is a wrapper over the checked_pow
functions in the standard library, for
example this one.
This is a wrapper over the checked_pow
functions in the standard library, for
example this one.
This is a wrapper over the checked_pow
functions in the standard library, for
example this one.
This is a wrapper over the checked_pow
functions in the standard library, for
example this one.
This is a wrapper over the checked_pow
functions in the standard library, for
example this one.
This is a wrapper over the checked_pow
functions in the standard library, for
example this one.
This is a wrapper over the checked_pow
functions in the standard library, for
example this one.