Re: tcl-math(8.5): big-doubles? how do you do it?
- From: Don Porter <dgp@xxxxxxxxxxxxxx>
- Date: 31 Mar 2006 15:42:51 GMT
Andreas Leitgeb wrote:
The range of doubles goes up to about 1e308.
Still, expr {sqrt(10**600)} correctly gives me 1e+300.
How does it handle the too-large-for-double argument?
Use the Source, Luke. :^)
ExprSqrtFunc() is in tclBasic.c, and I don't think it's too
tricky to follow.
--
| Don Porter Mathematical and Computational Sciences Division |
| donald.porter@xxxxxxxx Information Technology Laboratory |
| http://math.nist.gov/~DPorter/ NIST |
|______________________________________________________________________|
.
- References:
- tcl-math(8.5): big-doubles? how do you do it?
- From: Andreas Leitgeb
- tcl-math(8.5): big-doubles? how do you do it?
- Prev by Date: Re: tcl-math(8.5): big-doubles? how do you do it?
- Next by Date: Re: Proposed: new support for vertical anchor value of 'baseline in addition to n,s,c
- Previous by thread: Re: tcl-math(8.5): big-doubles? how do you do it?
- Index(es):
Relevant Pages
|