* updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * more link Signed-off-by: Jess Frazelle <github@jessfraz.com> * better highlighting Signed-off-by: Jess Frazelle <github@jessfraz.com> * better highlighting Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
294 B
294 B
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
Examples
const myVar = ln(4)
Arguments
num
:number
(REQUIRED)
Returns
number