Trait libp2p::multiaddr::multihash::typenum::SquareRoot [−][src]
pub trait SquareRoot {
type Output;
}A type operator for taking the integer square root of Self.
The integer square root of n is the largest integer m such
that n >= m*m. This definition is equivalent to truncating the
real-valued square root: floor(real_sqrt(n)).
Associated Types
Loading content...Implementors
impl<N> SquareRoot for N where
N: PrivateSquareRoot, [src]
impl<N> SquareRoot for N where
N: PrivateSquareRoot, [src]