pub fn atan2f(a: f32, b: f32) -> f32Expand description
Just a simple port from https://mazzo.li/posts/vectorized-atan2.html This is a fast port mostly without branching
pub fn atan2f(a: f32, b: f32) -> f32Just a simple port from https://mazzo.li/posts/vectorized-atan2.html This is a fast port mostly without branching