embassy-rp

Crates

git

Versions

rp2040

Flavors

embassy_rp::rom_data::float_funcs

Function 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