Function rp2040_hal::rom_data::float_funcs::fatan2

source ·
pub extern "C" fn fatan2(y: f32, x: f32) -> f32
Expand description

Computes the arc tangent of y/x using the signs of arguments to determine the correct quadrant