Files
modeling-app/docs/kcl/ln.md
2024-05-15 13:09:38 -07:00

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)

Rendered example of ln 0

Arguments

  • num: number (REQUIRED)

Returns

number