![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cannot store integer value | bennichan | Shell Programming and Scripting | 5 | 04-10-2008 11:20 AM |
| Does Mailx store the mails sent | munira_johar | UNIX for Dummies Questions & Answers | 6 | 05-08-2006 11:08 PM |
| grep and store | arunkumar_mca | Shell Programming and Scripting | 6 | 01-27-2006 07:31 AM |
| How to store username | dinplant | Shell Programming and Scripting | 3 | 11-13-2001 06:34 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
how can i store a value which is larger than a long double value??
please help me.. -sham-
__________________
u help me, He'll help u. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Take a look at the IEEE double precision
representation... http://www.math.grin.edu/~stone/cour...EEE-reals.html The greatest number that has an exact IEEE single-precision representation is 340282346638528859811704183484516925440.0 (2^128 - 2^104) The greatest real number that can be represented exactly as a double-precision real is 2^1024 - 2^971, and the least positive real that can be so represented is 2^-1074 |
|
#3
|
|||
|
|||
|
thank you rwb1959
Your informations are useful. You gave me a confident. -sham-
__________________
u help me, He'll help u. |
|||
| Google The UNIX and Linux Forums |