Function rp_hal::rom_data::fatan2[][src]

pub fn fatan2() -> extern "C" fn(y: f32, x: f32) -> f32

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