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

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

Required methods

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

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

pub 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...