pub trait SaturatingPow<RHS> {
type Output;
// Required method
fn saturating_pow(self, exp: RHS) -> Self::Output;
}
Expand description
Raises a number to a power, saturating at the numeric bounds instead of overflowing.
This is a wrapper over the saturating_pow
functions in the standard library, for
example this one.
This is a wrapper over the saturating_pow
functions in the standard library, for
example this one.
This is a wrapper over the saturating_pow
functions in the standard library, for
example this one.
This is a wrapper over the saturating_pow
functions in the standard library, for
example this one.
This is a wrapper over the saturating_pow
functions in the standard library, for
example this one.
This is a wrapper over the saturating_pow
functions in the standard library, for
example this one.
This is a wrapper over the saturating_pow
functions in the standard library, for
example this one.
This is a wrapper over the saturating_pow
functions in the standard library, for
example this one.
This is a wrapper over the saturating_pow
functions in the standard library, for
example this one.
This is a wrapper over the saturating_pow
functions in the standard library, for
example this one.
This is a wrapper over the saturating_pow
functions in the standard library, for
example this one.
This is a wrapper over the saturating_pow
functions in the standard library, for
example this one.