LN

The LN function in Shedmate returns the natural logarithm of a number. The natural logarithm is the base e logarithm (approximately 2.71828).

Syntax:

ln(number)

Parameters:

number (required): The positive number for which the natural logarithm will be calculated.

Usage example:

Last updated