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

impl ExpLogOps for AD7[src]

impl ExpLogOps for AD8[src]

impl ExpLogOps for AD9[src]

impl ExpLogOps for AD10[src]

impl ExpLogOps for Dual[src]

Exponential & Logarithm for Dual

impl ExpLogOps for HyperDual[src]

Loading content...