[][src]Function avr_libc::acos

pub unsafe extern "C" fn acos(__x: f64) -> f64

The acos() function computes the principal value of the arc cosine of \a __x. The returned value is in the range [0, pi] radians. A domain error occurs for arguments not in the range [-1, +1].