PureData CEAMMC library web documentation
available since version: 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.
See also: [math.exp]
Authors: Serge Poltavsky
License: GPL3 or later