Files
modeling-app/docs/kcl/ln.md
2024-03-27 05:20:27 -04:00

314 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

Tags

  • math

Examples

const myVar = ln(4)

Arguments

  • num: number (REQUIRED)

Returns

number