Function acosf
pub fn acosf(x: f32) -> f32 ⓘ
Available on crate feature
dep_libm
only.Expand description
Arccosine (f32)
Computes the inverse cosine (arc cosine) of the input value. Arguments must be in the range -1 to 1. Returns values in radians, in the range of 0 to pi.