[][src]Trait aljabar::Real

pub trait Real {
    fn sqrt(self) -> Self;
}

Types that have an exact square root.

Required methods

fn sqrt(self) -> Self

Loading content...

Implementations on Foreign Types

impl Real for f32[src]

impl Real for f64[src]

Loading content...

Implementors

Loading content...