Re: Linear Algebra Challenge



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

.



Relevant Pages

  • Re: Standard Fortran Floating point behaviour
    ... > nonzero digits and negate the comparison. ... > floating point standards prescribe any particular behaviour in this respect. ... is the actual hardware that counts in the end. ... The problems in Fortran occur when mixing precision and expecting ...
    (comp.lang.fortran)
  • Re: Maples linear algebra routine and higher precision arithmetic
    ... precision results with results generated by increasing levels of precision. ... with linear algebra routines --- maybe by using NAG routines ... Digits. ... meaning that hardware is used if Digits <= evalhf(i.e. ...
    (sci.math.symbolic)
  • Re: Linear Algebra Challenge
    ... there is a precision called double extended which is 80 bits; ... No, can't be in hardware. ... exponent, so it could not be done in hardware. ... give you about 19 digits. ...
    (comp.sys.hp48)
  • Re: float bug? perl 5.8, DBI and oracle 10.2.0
    ... precision numbers in oracle, you've got 38 decimal digits to play ... and with minimal coaxing perl will handle them as ... digits from a 32 bit floating point number - I'll go out on a limb ... and hazard that one can expect 12 or so digits from a 64 bit floating ...
    (perl.dbi.users)
  • Re: more than 16 significant figures
    ... > one non-significant bit results in a value with two non-significant ... > loss of any extended precision available to the hardware. ...
    (comp.lang.java.programmer)

Loading