fn approx_parabola_integral_simd<S: Simd, F: SimdFloat<S, Element = f32>>(
x: F,
) -> FExpand description
An approximation to $\int (1 + 4x^2) ^ -0.25 dx$
This is used for flattening curves.
SIMD version of approx_parabola_integral.
fn approx_parabola_integral_simd<S: Simd, F: SimdFloat<S, Element = f32>>(
x: F,
) -> FAn approximation to $\int (1 + 4x^2) ^ -0.25 dx$
This is used for flattening curves.
SIMD version of approx_parabola_integral.