pub fn erf_f32(x: f32) -> f32
Compute erf(x) with f32 precision.
Convenience wrapper for f32 callers; internally delegates to the f64 version.