Re: Linear Algebra Challenge
- From: "Wes" <wjltemp-gg@xxxxxxxxx>
- Date: 1 May 2006 11:42:41 -0700
Is a bigfloat still a hardware mode? I know that under the IEEE standard,
there is a precision called double extended which is 80 bits; that would be
about 25 decimal digits.
No, can't be in hardware. The bigfloat math has arbitrary precision and
exponent, so it could not be done in hardware. The 80 bit
extended-precision format has 64 bits for the actual value which will
give you about 19 digits. (The other 16 bits are for the exponent and
sign.)
I downloaded the Maxima source to see what I could find. I really don't
know lisp at all, from what I did see, and from playing around with the
program, Maxima's floating point appears to be using the 64 bit
double-precision hardware math. It's precision (about 16 digits) and
maximum exponent (308) are consistent with IEEE 64 bit format.
-wes
.
- Follow-Ups:
- Re: Linear Algebra Challenge
- From: Paul Schlyter
- Re: Linear Algebra Challenge
- References:
- Re: Linear Algebra Challenge
- From: Wes
- Re: Linear Algebra Challenge
- From: The Phantom
- Re: Linear Algebra Challenge
- From: Wes
- Re: Linear Algebra Challenge
- From: The Phantom
- Re: Linear Algebra Challenge
- Prev by Date: Responsiveness of the HP49G+ (compared to HP48G+)
- Next by Date: Re: Linear Algebra Challenge
- Previous by thread: Re: Linear Algebra Challenge
- Next by thread: Re: Linear Algebra Challenge
- Index(es):
Relevant Pages
|
Loading