help-octave
[Top][All Lists]
Advanced

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

Re: about 'round' function on mingw


From: John W. Eaton
Subject: Re: about 'round' function on mingw
Date: Thu, 24 Apr 2008 21:12:51 -0400

On 25-Apr-2008, Tatsuro MATSUOKA wrote:

| Hello
| This is just a forwarded mail that I've post to mingw ML.
| 
| ================================================
| Hello
| 
| I've searched by myself
| 
| octave:6> help bitmax
|  -- Built-in Function:  bitmax ()
|     Return the largest integer that can be represented as a floating
|     point value.  On IEEE-754 compatiable systems, `bitmax' is `2^53 -
|     1'.
| 
| bitmax is a built-in function
| 
| Additional help for built-in functions and operators is
| available in the on-line version of the manual.  Use the command
| `doc <topic>' to search the manual index.
| 
| Help and information about Octave is also available on the WWW
| at http://www.octave.org and via the address@hidden
| mailing list.
| octave:7> bitmax
| ans =  9.00719925474099e+15
| 
| Is this information OK?

Yes.  The precise integer value is

  segfault:124> echo "2^53-1" | bc
  9007199254740991

jwe


reply via email to

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