Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

format of representing 10e-5 in binary

by barun (Novice)
on Feb 22, 2005 at 05:03 UTC ( [id://433254]=perlquestion: print w/replies, xml ) Need Help??

barun has asked for the wisdom of the Perl Monks concerning the following question:

Can anyone of u explain me how 10e-5 is represented in binary ?

Replies are listed 'Best First'.
Re: format of representing 10e-5 in binary
by BrowserUk (Patriarch) on Feb 22, 2005 at 05:50 UTC

    There are many possible formats. The three most prevalent are the 3 IEE-754 representations. 32-bit (Cfloats), 64-bit (C doubles) and 80-bit (some compilers C representation extended).

    For the nitty-gritty detail of the binary representations see IEE_754 and IEE reals.

    Perl uses either of the 32 or 64 bit representations internally. These correspond to the 'f' and 'd' pack formats respectively.

    If you need more detail of the specific layout of the three parts of the binary representation, tell us what exactly you are trying to do?


    Examine what is said, not who speaks.
    Silence betokens consent.
    Love the truth but pardon error.
Re: format of representing 10e-5 in binary
by Zaxo (Archbishop) on Feb 22, 2005 at 06:09 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://433254]
Approved by NetWallah
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (1)
As of 2024-04-25 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found