Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default ieee754 single precision numbers

importing and exporting.
How do i convert these numbers to general number format and the reverse?


--
staff
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default ieee754 single precision numbers

IEEE 754 deals the way numbers are stored in memory on a computer and the
math the manipulates these numbers. When you import and export numbers you
are using digits (0-9) that represent the numbers. If you havve 8 bit memory
(or byte) in the computer the number will be stored as ones and zeroes

00010100 which equals 20. You don't import the ones and zeroes you import
the digits that represent the number which is 20. This applies to IEEE 754.
IEEE 754 numbers are scientific notation numbers such as 1.50E+00. You
import and export the scientific notation that represents thes number.

You don't need to convert these numbers to general numbers just change the
format in which the number are displayed in excel.


"staff" wrote:

importing and exporting.
How do i convert these numbers to general number format and the reverse?


--
staff

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 837
Default ieee754 single precision numbers

Your question is not clear. "General" is a display format, while IEEE 754 is
a method of storing a number. Please clarify what you want.

http://www.cpearson.com/excel/rounding.htm
gives details on IEEE 754 double precision storage. Single precision is
similar, but with 8 bits (11 for DP) for the exponent and 23 bits (52 for DP)
for the mantissa.

Jerry

"staff" wrote:

importing and exporting.
How do i convert these numbers to general number format and the reverse?


--
staff

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to return a single value for a range of numbers Tami Excel Worksheet Functions 3 January 13th 06 02:34 AM
Range of numbers in a single cell DRB Excel Discussion (Misc queries) 2 January 12th 06 12:18 AM
Adding numbers in a single cell chefcasey Excel Worksheet Functions 1 September 14th 05 06:51 AM
can a single cell contain multiple numbers? jw446 Excel Worksheet Functions 5 August 10th 05 06:16 PM
Precision displayed does not match precision in cell James Wilkerson Excel Discussion (Misc queries) 10 June 15th 05 02:40 PM


All times are GMT +1. The time now is 11:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"