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

pub trait ExpLogOps: Sized {
    fn exp(&self) -> Self;
fn ln(&self) -> Self;
fn log(&self, base: f64) -> Self;
fn log2(&self) -> Self;
fn log10(&self) -> Self; }

Required methods

fn exp(&self) -> Self

fn ln(&self) -> Self

fn log(&self, base: f64) -> Self

fn log2(&self) -> Self

fn log10(&self) -> Self

Loading content...

Implementations on Foreign Types

impl ExpLogOps for f64[src]

Loading content...

Implementors

impl ExpLogOps for Number[src]

impl ExpLogOps for Dual[src]

Exponential & Logarithm for Dual

impl ExpLogOps for HyperDual[src]

Loading content...