pub fn asin(x: f32) -> f32
Available on non-crate feature
libm
only.Expand description
Computes the arcsine of a number. Return value is in radians in the range [-pi/2, pi/2] or NaN if the number is outside the range [-1, 1].
Precision is specified when the libm
feature is enabled.