![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: calculate time span
From: Lisa Pearlson <no@spam.plz>
Date: Wed Mar 01 2006 - 01:21:43 CET
Another thing, in my timespan proc, I divide the number of seconds by the
For example, for the number of days:
set seconds [clock seconds]
I don't divide by intiger 604800 but by floating point 604800.0 so that the
Is this okay? how large can floating point values be? How many digits before
Lisa
|