Trait numer::Radical [] [src]

pub trait Radical<N: Unsigned> {
    type Root;
    fn root(self) -> Self::Root;
}

Associated Types

Required Methods

Implementors