As the title says, How do I make a number be rounded to the nearest hundredth?
Offline
set [rounded number] to ((round((number)*(100)))/(100))
Last edited by MoreGamesNow (2012-03-23 20:58:33)
Offline
set [number v] to ((100) * ( round ((number) / (100))))Then there is always Scientific Notation:
set [number v] to ([10^ v] of (number))
Last edited by chanmanpartyman (2012-03-31 23:14:25)
Offline