Extended class
by Marcel Leutenegger
03 Mar 2005
(Updated 12 May 2008)
Class providing calculation with the native floating point format of the processor.
|
Watch this File
|
| File Information |
| Description |
This class provides floating point calculation in the native floating point format of the processor. The extended class stores data with 64bit mantissa instead of 53bit in double.
The class is intended for calculations depending critically on the mantissa length. Summing a large with a small value generally leads to a truncation error of the small value to fit into the mantissa. The extended precision relaxes this constraint, useful to verify the accuracy of a numerical result. |
| MATLAB release |
MATLAB 6.0 (R12)
|
| Other requirements |
Windows NT/2000/XP
Pentium II+ |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 02 May 2005 |
Added function: numel
Added file version information. |
| 12 May 2008 |
Enhanced functionality, bug fixes and performance update. |
|
Contact us at files@mathworks.com