PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.asin

arc sine function

доступно с версии: 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.

example

входы:

выходы:

ключевые слова:

math asin

Смотрите также: [math.acos] [math.atan] [math.cos]

Авторы: Serge Poltavsky

Лицензия: GPL3 or later