Log2
- 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Log2
- Updated on 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Article Summary
Calculates the base 2 logarithm of the given number.
Function signature
LOG2(number: Number) => Number
Parameter | Description |
---|---|
Number | Number to calculate the base 2 logarithm for |
Examples
Formula | Return value |
---|---|
LOG2(1) | 0 |
LOG2(10) | 3.32192809 |
LOG2(50) | 5.64385619 |
Was this article helpful?