[][src]Trait aljabar::Real

pub trait Real where
    Self: Sized,
    Self: Add<Output = Self>,
    Self: Sub<Output = Self>,
    Self: Mul<Output = Self>,
    Self: Div<Output = Self>,
    Self: Neg<Output = Self>, 
{ fn sqrt(self) -> Self;
fn mul2(self) -> Self;
fn div2(self) -> Self; }

Values that are Real numbers.

Required methods

fn sqrt(self) -> Self

fn mul2(self) -> Self

fn div2(self) -> Self

Loading content...

Implementations on Foreign Types

impl Real for f32[src]

impl Real for f64[src]

Loading content...

Implementors

Loading content...