Trait mathru::elementary::Power[][src]

pub trait Power {
    fn pow(self, exp: Self) -> Self;
fn root(self, root: Self) -> Self;
fn sqrt(self) -> Self; }

Required methods

fn pow(self, exp: Self) -> Self[src]

fn root(self, root: Self) -> Self[src]

fn sqrt(self) -> Self[src]

Loading content...

Implementations on Foreign Types

impl Power for f32[src]

impl Power for f64[src]

Loading content...

Implementors

Loading content...