[][src]Function avr_libc::asin

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

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