Tagged Questions
2
votes
3answers
1k views
Fractional Part of the number question
What is a good algorithm to determine the necessary fraction needed to add/sub to the number in order to round it to the nearest integer without using the inbuilt ceiling or floor funcitons?
Edit: ...