PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: math

math.log10

logarithm functions

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


информация

The log10() function computes the value of the logarithm of argument x to base 10. Special values: log10(+-0) return -infinity log10(1) return +0. log10(x) return a NaN log10(+infinity) return +infinity.

example

входы:

выходы:

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

math log10

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

Авторы: Serge Poltavsky

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