Re: 15 Significant Digits Limitation a Mistake for Spatial Information
- From: "Howard Kaikow" <kaikow@xxxxxxxxxxxxx>
- Date: Wed, 16 Apr 2008 09:10:35 -0400
"Matthew" <Matthew@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:98365604-FD37-43AC-BB50-2FC52C4072FB@xxxxxxxxxxxxxxxx
The IEEE Standard of limiting 15 significant digits of precision is aLatitude &
practical mistake for Microsoft to follow. Especially for marking
Longitude coordinates for geocodes and establishing and storing boundaries
for maps at zoomed levels. Take for instance, a latitude value of
39.729831646409565 in Denver Colorado. Excel only stores it as
39.7298316464095. The longitude of -105.02543449401855 is stored as
-105.025434494018. You loose two significant digits of accuracy for this
spacial information.
Can the decision be reevaluated for practical purposes?
No.
Due to hardware limitations, computers always have used very specic formats
for numeric data.
In general, there are integer (8-bit, 16-bit, 32-bit, 64-bit, etc. fixed
types), and floating-point types.
For integer types, you have signed and unsigned types, and ones complement
or twos complement format.
Each is subject to a range of values determined by the number of bits used
to represent the data type.
For floating-point, there used to be more diifferent formats han one could
easily count.
IEEE (actually I was a participant in the early meetings 30 years ago) did
us a favor by standardiszing the format.
If you need to do any calculations that exceed the ranges of these standard
data types, then you either have to try
Decimal data type or roll your own extended precision data types.
A place to start might be "The Definitive Guide To How Computers Do Math".
ISBN 0-471-73278-8.
Or a good numerical analysis book.
.
- Follow-Ups:
- Re: 15 Significant Digits Limitation a Mistake for Spatial Informa
- From: Jerry W. Lewis
- Re: 15 Significant Digits Limitation a Mistake for Spatial Informa
- References:
- Prev by Date: Re: Erasing Blank Cell horizontally.
- Next by Date: Re: Erasing Blank Cell horizontally.
- Previous by thread: Re: 15 Significant Digits Limitation a Mistake for Spatial Informa
- Next by thread: Re: 15 Significant Digits Limitation a Mistake for Spatial Informa
- Index(es):
Relevant Pages
|