Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » log2 / binary logarithm workaround
- ivancr72
-
100+ posts
log2 / binary logarithm workaround
I'm making a calculator in Scratch. There is any workaround or custom block that calculates logarithms of base 2?
Wikipedia article for those don't know or understands what is a binary logarithm
Wikipedia article for those don't know or understands what is a binary logarithm
- deck26
-
1000+ posts
log2 / binary logarithm workaround
Does this help http://www.sosmath.com/algebra/logs/log4/log43/log43.html
- drmcw
-
1000+ posts
log2 / binary logarithm workaround
It's in the link you gave!
(([ln v] of (x)) / ([ln v] of (2)))
- Discussion Forums
- » Help with Scripts
-
» log2 / binary logarithm workaround