Trait light_curve_dmdt::ErfFloat[][src]

pub trait ErfFloat: Float + ApproxInto<usize, RoundToZero> + Float {
    const SQRT_2_ERFINV_UNITY_MINUS_EPS: Self;
    const SQRT_2_MAX_X_FOR_ERF_EPS_1OVER1E3: Self;
    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 libm_erf(self) -> Self;

    fn erf_eps_1over1e3(self) -> Self { ... }
}

Associated Constants

Loading content...

Required methods

fn libm_erf(self) -> Self[src]

Loading content...

Provided methods

fn erf_eps_1over1e3(self) -> Self[src]

Loading content...

Implementations on Foreign Types

impl ErfFloat for f32[src]

impl ErfFloat for f64[src]

Loading content...

Implementors

Loading content...