Function asin

Source
pub const fn asin(x: f64) -> f64
Expand description

Arcsine

const ASIN_PI: f64 = asin(0.0);
assert_eq!(ASIN_PI, 0.0);