Function nstd_sys::math::nstd_math_atan_f32
source · #[no_mangle]
pub extern "C" fn nstd_math_atan_f32(x: NSTDFloat32) -> NSTDFloat32Available on crate feature
math only.Expand description
Computes the arctangent of x.
Parameters:
NSTDFloat32 x- The value.
Returns
NSTDFloat32 atan - The arctangent value of x.