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

impl PowOps for AD7[src]

impl PowOps for AD8[src]

impl PowOps for AD9[src]

impl PowOps for AD10[src]

impl PowOps for Dual[src]

Power for Dual

impl PowOps for HyperDual[src]

impl PowOps for Polynomial[src]

Loading content...