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

323 B

title, excerpt, layout
title excerpt layout
log10 Computes the base 10 logarithm of the number. manual

Computes the base 10 logarithm of the number.

log10(num: number) -> number

Tags

  • math

Examples

const myVar = log10(4)

Arguments

  • num: number (REQUIRED)

Returns

number