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

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

Перейти на Git

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

index :: math

math.exp2

exponential functions

доступно с версии: 0.1


информация

The exp2() function computes 2**x, the base-2 exponential of x. Special values: exp(+-0) return 1. exp(-infinity) return +0. exp(+infinity) return +infinity. For all these functions, a range error occurs if the magnitude of x is too large.

example

входы:

выходы:

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

math exp2

Смотрите также: [math.log] [math.exp]

Авторы: Serge Poltavsky

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