Alpha Documentation



Example


?ceiling(100.21)

= 101


Similar Example


?floor(100.21)

= 100


?round(100.21,0)

= 100


?round(100.21,1)

= 100.2


?round(100.56,1)

= 100.6