octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #32991] format long shows more decimal digits


From: Jordi Gutiérrez Hermoso
Subject: [Octave-bug-tracker] [bug #32991] format long shows more decimal digits than can possibly be accurate
Date: Mon, 04 Apr 2011 15:50:41 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110109 Forestmule/3.6.13 (like Firefox/3.6.13)

Update of bug #32991 (project octave):

                  Status:                    None => Confirmed              
                 Release:                   3.2.4 => dev                    
                 Summary: Incorrect result, product of bignumbers => format
long shows more decimal digits than can possibly be accurate

    _______________________________________________________

Follow-up Comment #1:

An IEEE 754 double has a 52-bit mantissa, so the largest integer that can be
represented accurately is 2^52-1, and that's approximately 15 or 16 decimal
digits. Your result is much larger than that, so it can't be represented
accurately.

The bug, if it can be deemed a bug, is that format long is displaying too many
decimal digits. It should never display more than 16. Since this is still
visible in the dev version, I'm retitling this bug and marking it for the
current dev version.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32991>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]