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

Loading content...

Provided methods

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

impl ExpLogOps for AD2[src]

impl ExpLogOps for AD3[src]

impl ExpLogOps for AD4[src]

impl ExpLogOps for AD5[src]

impl ExpLogOps for Dual[src]

Exponential & Logarithm for Dual

impl ExpLogOps for HyperDual[src]

Loading content...