[][src]Trait peroxide::traits::num::ExpLogOps

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

Required methods

pub fn exp(&self) -> Self[src]

pub fn ln(&self) -> Self[src]

pub fn log(&self, base: f64) -> Self[src]

Loading content...

Provided methods

pub fn log2(&self) -> Self[src]

pub fn log10(&self) -> Self[src]

Loading content...

Implementations on Foreign Types

impl ExpLogOps for f64[src]

Loading content...

Implementors

impl ExpLogOps for AD[src]

impl ExpLogOps for Number[src]

impl ExpLogOps for Dual[src]

Exponential & Logarithm for Dual

impl ExpLogOps for HyperDual[src]

Loading content...