[][src]Trait adtensor::FloatMath

pub trait FloatMath {
    fn exp(self) -> Self;
fn ln(self) -> Self; }

Required methods

fn exp(self) -> Self

fn ln(self) -> Self

Loading content...

Implementations on Foreign Types

impl FloatMath for f32[src]

impl FloatMath for f64[src]

Loading content...

Implementors

Loading content...