> Fun quiz: Why, in When, should you do this: > f = ((float)nsec()) * 1e-9 > instead of this: > f = ((float)time(nil));
erm, because it's more accurate?
> Fun quiz: Why, in When, should you do this: > f = ((float)nsec()) * 1e-9 > instead of this: > f = ((float)time(nil));
erm, because it's more accurate?