0

I need a function that rounds float number to nearest great integer:

# input -> output
14.72 -> 15
14.01 -> 15
14.00 -> 14

How to do this ?

Paul Serikov
  • 1,955
  • 1
  • 14
  • 32

0 Answers0