Function libm::acosf

source ·
pub fn acosf(x: f32) -> f32
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.