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: Sergei Steshenko
Subject: Re: about 'round' function on mingw
Date: Thu, 24 Apr 2008 19:46:16 -0700 (PDT)

--- Tatsuro MATSUOKA <address@hidden> 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?
> 
> Regards
> 
> Tatsuro
> 
> 
> 
> =======================================
> >  > Please say very precisely what "bitmax" means, so that I can
> >  >  write a minimal standalone testcase for your exact problem
> >  >  without trying to build your package. I'd guess you mean the
> >  >  largest normalized floating-point number, but without seeing
> >  >  its hexadecimal representation, I can't be sure.
> 
> 
> --------------------------------------
> GANBARE! NIPPON! Win your ticket to Olympic Games 2008.
> http://pr.mail.yahoo.co.jp/ganbare-nippon/
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave
> 

On my linux machine it's

"
printf("%.18e\n", bitmax)
9.007199254740991000e+15
"

- looks more or less the same.

Regards,
  Sergei.

Applications From Scratch: http://appsfromscratch.berlios.de/


      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


reply via email to

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