[][src]Trait peroxide::traits::num::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

Loading content...

Provided methods

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 AD1[src]

impl PowOps for AD2[src]

impl PowOps for AD3[src]

impl PowOps for AD4[src]

impl PowOps for AD5[src]

impl PowOps for Dual[src]

Power for Dual

impl PowOps for HyperDual[src]

impl PowOps for Polynomial[src]

Loading content...