Trait light_curve_dmdt::ErfEps1Over1e3Float[][src]

pub trait ErfEps1Over1e3Float: ApproxInto<usize, RoundToZero> + Float {
    const X_FOR_ERF_EPS_1OVER1E3: [Self; 64];
    const INVERSED_DX_FOR_ERF_EPS_1OVER1E3: Self;
    const Y_FOR_ERF_EPS_1OVER1E3: [Self; 64];
    fn erf_eps_1over1e3(self) -> Self { ... }
}

Associated Constants

Loading content...

Provided methods

fn erf_eps_1over1e3(self) -> Self[src]

Loading content...

Implementations on Foreign Types

impl ErfEps1Over1e3Float for f32[src]

impl ErfEps1Over1e3Float for f64[src]

Loading content...

Implementors

Loading content...