Function approx_parabola_integral

Source
fn approx_parabola_integral(x: f32) -> f32
Expand description

Compute an approximation to integral (1 + 4x^2) ^ -0.25 dx used in the flattening code.