The Nest
Explore
Sign in
akkartik
driver.love
0038-order_of_magnitude
0
Programming environment for editing various of my live apps without restarting them.
Code
Changes
Tags
Discussions
main
order_of_magnitude = function(n) return math.floor(math.log(n)/math.log(10)) end