[][src]Trait peroxide::traits::num::PowOps

pub trait PowOps: Sized {
    pub fn powi(&self, n: i32) -> Self;
pub fn powf(&self, f: f64) -> Self;
pub fn pow(&self, f: Self) -> Self; pub fn sqrt(&self) -> Self { ... } }

Required methods

pub fn powi(&self, n: i32) -> Self[src]

pub fn powf(&self, f: f64) -> Self[src]

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

Loading content...

Provided methods

pub fn sqrt(&self) -> Self[src]

Loading content...

Implementations on Foreign Types

impl PowOps for f64[src]

Loading content...

Implementors

impl PowOps for AD[src]

impl PowOps for Number[src]

impl PowOps for Dual[src]

Power for Dual

impl PowOps for HyperDual[src]

impl PowOps for Polynomial[src]

Loading content...