v1.2.112 - kfun - log10
|
NAME |
| log10 - base 10 logarithm
|
SYNOPSIS |
| float log10(float x)
|
DESCRIPTION |
| Return the logarithm of the argument to base 10.
|
ERRORS |
| An error will result if the argument is less than or equal to 0.
|
SEE ALSO |
| kfun/exp, kfun/log, kfun/pow
|
|