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

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

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

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

Loading content...

Provided methods

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

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

Loading content...

Implementations on Foreign Types

impl ExpLogOps for f64[src]

Loading content...

Implementors

impl ExpLogOps for AD[src]

Loading content...