Support for 128-bit Decimal Floating Point Numbers is expected for version 13.
Will the "machine epsilon" be lesser than 2*-53 for those numbers?
Thank you.
128 bit decimal floating point
- giangiquario
- Posts: 46
- Joined: Thu Nov 26, 2009 8:55 am
- Location: Milano, Italia
-
- Posts: 43
- Joined: Wed May 13, 2009 12:36 pm
Re: 128 bit decimal floating point
The precision of 128 bit decimal floating point is 34 decimal digits. The range is from
¯9999999999999999999999999999999999E6011 to
+9999999999999999999999999999999999E6011
there should be 34 9's in those numbers.
¯9999999999999999999999999999999999E6011 to
+9999999999999999999999999999999999E6011
there should be 34 9's in those numbers.
-
- Posts: 431
- Joined: Fri Oct 03, 2008 4:14 pm
Re: 128 bit decimal floating point
Oh yeah!
- Morten|Dyalog
- Posts: 460
- Joined: Tue Sep 09, 2008 3:52 pm
Re: 128 bit decimal floating point
Before you all get too excited, note that the performance of 128-bit decimal floating-point is more than an order of magnitude slower than 64-bit binary (because it uses software emulation), unless you are using recent IBM "Power" hardware, where it will be about 4x slower (due to having lots more bits to look at).
.. but the precision is impressive ...
.. but the precision is impressive ...