How to round a number?

How can i round off any number, in text box?
for example if user enters (4.7) then result should be 5

Use ‘round’ block from Math category.

1 Like

thanks for the solution

Also, take a look at documentation on how the rounding is done:

https://docs.kodular.io/blocks/math/#round

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.