26 KiB
26 KiB
title, excerpt, layout
title | excerpt | layout |
---|---|---|
ln | Computes the natural logarithm of the number. | manual |
Computes the natural logarithm of the number.
ln(num: number) -> number
Tags
math
Examples
const myVar = ln(4)
Arguments
num
:number
(REQUIRED)
Returns
number