Timer Timeout Checker

325 Downloads

i noticed that the timeout of timers below 1 sec is not exact. so i made this library to check it and this comes out:

0.90 => 0.9375

0.70 => 0.75

0.50 => 0.50

0.10 => 0.125

0.05 => 0.0625

0.01 => 0.0625

0.00 => 0.0561523

i submitt this here so everyone can fix bugs caused by this