![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: tcl8.5: large float-value to very wide int ?
From: Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at>
Date: Mon Dec 12 2005 - 12:40:45 CET
Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> wrote:
> string map {\\\n {}} [exec bc -q << [format sqrt(%lld)\n $n]]
... [scan [string map ... [exec dc -e 16o${n}vp]] %llx] ...
> oh, there is also "dc", but how do I efficiently read in
This is void anyway, due to deficiencies of [exec] :-(
|