I have 2 int's. How do I divide one by the other and then round up afterwards?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
If your ints are |
|||||||||||||||
|
|
What about:
|
||||
|
As in C, you can cast both to float and then round the result using a rounding function that takes a float as input.
|
|||||||
|
|
|||||
|