pub fn fast_div(x: f32, y: f32) -> f32
Fast division. Transpiles to: __fdividef(x, y)
__fdividef(x, y)