PureData CEAMMC веб-документация

Веб-документация библиотеки расширений PureData CEAMMC

Перейти на Git

Загрузка дистрибутива

index :: math

math.asin

арксинус

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