This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-04-26 21:04:22

laurentk2
Scratcher
Registered: 2011-11-11
Posts: 43

New round block

I think there should be a round block like

<round to nearest ()>
that rounds to he nearest number in the parameter
instead of
(round ())
that rounds to the nearest whole number

Last edited by laurentk2 (2013-04-26 21:07:22)

Offline

 

#2 2013-04-26 23:52:11

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: New round block

Well, the main issue with this idea that I see is that there's already a simple workaround to this. As represented:

((round ([Number to be rounded] / [Rounded to])) * [Rounded to])

Because of that, I don't support your idea, though this is definitely a creative one. ;)

With regards,

ErnieParke


http://i46.tinypic.com/35ismmc.png

Offline

 

Board footer