Ln (Function) — Skript

Addon: Skript · Category: Function

Syntax

ln(n: number) :: number

Description

The natural logarithm. You probably don't need this if you don't know what this is. Returns NaN (not a number) if the argument is negative.

Examples

ln(1) = 0
ln(exp(5)) = 5
ln(2) = 0.6931

View source