PureData CEAMMC library web documentation
available since version: 0.1
The asin() function computes the principal value of the arc sine of input value. The result is in the range [-pi/2, +pi/2]. Special values: asin(+-0) returns +-0. asin(x) returns a NAN and raises the "invalid" floating-point exception for |x| > 1.
See also: [math.acos] [math.atan] [math.cos]
Authors: Serge Poltavsky
License: GPL3 or later