TRUECALC
Functions

LN

Natural logarithm

Try it

When to use it

When should I use LN instead of LOG?

Use LN when you need the natural logarithm (base e), common in continuous growth models, compound interest formulas, and scientific calculations.

Used in

science

Syntax

LN(number)

Examples

=LN(100) // => 4.605170185988092
=LN(1) // => 0
=LN(EXP(1)) // => 1

On this page