Function angular::asin [] [src]

pub fn asin<T: Float>(value: T) -> Option<Angle<T>>

Compute the arcsine of a number. Return value is in the range of [-π/2, π/2] rad or None if the number is outside the range [-1, 1].