Trait light_curve_dmdt::LibMFloat[][src]

pub trait LibMFloat {
    fn libm_erf(self) -> Self;
}

Required methods

fn libm_erf(self) -> Self[src]

Loading content...

Implementations on Foreign Types

impl LibMFloat for f32[src]

impl LibMFloat for f64[src]

Loading content...

Implementors

Loading content...