Function glm::builtin::asin
[−]
[src]
pub fn asin<F: BaseFloat, T: GenFloat<F>>(x: T) -> T
Returns an angle whose sine is x
.
The range of values returned by this function is [-π/2, π/2]
.
Results are undefined if |x| > 1
.