[][src]Trait peroxide::operation::extra_ops::PowOps

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

Required methods

fn powi(&self, n: i32) -> Self

fn powf(&self, f: f64) -> Self

fn pow(&self, f: Self) -> Self

fn sqrt(&self) -> Self

Loading content...

Implementations on Foreign Types

impl PowOps for f64[src]

Loading content...

Implementors

impl PowOps for Number[src]

impl PowOps for RedoxVector[src]

impl PowOps for Dual[src]

Power for Dual

impl PowOps for HyperDual[src]

impl PowOps for Polynomial[src]

Loading content...