[][src]Function libm::acosf

pub fn acosf(x: f32) -> f32

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.