- ]0.0:0.5[ -> Down (Example: 12.4 -> 12.0)
- [0.5:0.5] -> Nearest Even Integer (Example: 12.5 -> 12.0, 13.5 -> 14.0)
- ]0.5:1.0[ -> Up (Example: 12.6 -> 13.0)
This isn't the only rounding that is done as sometimes
the result from the formula differs from the true
value. This is under investigation. I thought I had
solved it but my solution only works for non-humans.
|