log(value)

import almafa.engine.builtinFunctions-1

Natural logarithm.

import almafa.engine.builtinFunctions-1;
log(e)
valueThe input.
return valueThe natural logarithm of the input.

The natural logarithm is e based.

The input can be any real number, complex number, or matrix. In case of matrices, the result is computed elmentwise.

Quantities are not compatible with this function.