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
  • 2,550
  • 2
  • 21
  • 36

0 Answers0