Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/12/00 08:50
Read: times


 
#2186 - RE: Storing floating point variables
The way to do it is have the first few numerals specify where the decimal is located (and positive or negative) and the rest as the 16 bit or so number.

e.g. 708650.8022->
[0][4][0]...[7][0][8][6][5][0][8]...[2]
/|/
- | 4 places
|


List of 4 messages in thread
TopicAuthorDate
Storing floating point variables            01/01/70 00:00      
RE: Storing floating point variables            01/01/70 00:00      
RE: Storing floating point variables            01/01/70 00:00      
RE: Storing floating point variables            01/01/70 00:00      

Back to Subject List