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

26 KiB

title, excerpt, layout
title excerpt layout
log2 Computes the base 2 logarithm of the number. manual

Computes the base 2 logarithm of the number.

log2(num: number) -> number

Tags

  • math

Examples

const myVar = log2(4)

Rendered example of log2 0

Arguments

  • num: number (REQUIRED)

Returns

number