#what circuit makes numbers whole

4 messages · Page 1 of 1 (latest)

rotund jay
#

'Round' or 'Round to int'
There is also
'Floor', 'Floor to int', 'Ceiling' and 'Ceiling to int'

swift jacinth
#

Round, floor, ciel

#

This one is Round

#

Floor will always round down so 1.9 would become 1
Ciel will round up so 1.3 would become 2