01.09.2015, 01:23
Quote:
|
If that's correct, It wouldn't work for values like, 175 seconds, because 165 / 60 = 2.75;
if it gets rounded to the nearest it's gonna be 3 minutes and no seconds, which doesn't happen.. But maybe it would improve the efficiency of the code, and make it slightly faster, IF that's true.. |
Also if you have integer avoid float operations because they are slower


