Function nstd_sys::math::nstd_math_atan2_f32
source · #[no_mangle]
pub extern "C" fn nstd_math_atan2_f32(
x: NSTDFloat32,
y: NSTDFloat32
) -> NSTDFloat32Available on crate feature
nstd_math only.Expand description
Computes the four quadrant arctangent of x & y.
Parameters:
-
NSTDFloat32 x- The value. -
NSTDFloat32 y- The second value.
Returns
NSTDFloat32 atan2 - The four quadrant arctangent of x & y.