PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.asin

arc sine function

available since version: 0.1


information

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.

example

inlets:

outlets:

keywords:

math asin

See also: [math.acos] [math.atan] [math.cos]

Authors: Serge Poltavsky

License: GPL3 or later