A simple (math) function question

so there is math.ceil which returns the upper value of any decimal value.
also there is math.floor which returns the lower value of any decimal value.
what’s the other one which returns the closest whole value of any decimal value? (I forgot/ don’t know)

math.round is probably what you’re meaning

1 Like

yep that’s it! my brain remembers it now!

1 Like