Skip to main content

erf_f32

Function erf_f32 

Source
pub fn erf_f32(x: f32) -> f32
Expand description

Compute erf(x) with f32 precision.

Convenience wrapper for f32 callers; internally delegates to the f64 version.