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

pub trait ExpLogOps {
    type Output;
    fn exp(&self) -> Self::Output;
fn ln(&self) -> Self::Output; }

Associated Types

type Output

Loading content...

Required methods

fn exp(&self) -> Self::Output

fn ln(&self) -> Self::Output

Loading content...

Implementors

impl ExpLogOps for Dual[src]

Exponential & Logarithm for Dual

type Output = Dual

Loading content...