PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.exp

exponential functions

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


информация

The exp() function computes e**x, the base-e exponential of x. If x is nearly zero, then the common expression exp(x) - 1.0 will suffer from catastrophic cancellation and the result will have little or no precision. 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 exp

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

Авторы: Serge Poltavsky

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