Files
modeling-app/docs/kcl/log2.md
Jess Frazelle d3d2612a3b fix links for kcl docs (#1714)
* 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>
2024-03-13 22:43:42 +00:00

298 B

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

Examples

const myVar = log2(4)

Arguments

  • num: number (REQUIRED)

Returns

number