Skip to content

textmode.js / Textmodifier / log

Method: log()

ts
log(value): number;

Calculate the natural logarithm of a value.

Parameters

ParameterTypeDescription
valuenumberValue whose natural logarithm should be calculated.

Returns

number

Natural logarithm.

Example