Extended class
Keine Lizenz
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.
Zitieren als
Marcel Leutenegger (2024). Extended class (https://www.mathworks.com/matlabcentral/fileexchange/7038-extended-class), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- Code Generation > HDL Coder > HDL Code Generation from Simulink > Model and Architecture Design > Native Floating Point >
- FPGA, ASIC, and SoC Development > HDL Coder > HDL Code Generation from Simulink > Model and Architecture Design > Native Floating Point >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
@extended/
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 | Enhanced functionality, bug fixes and performance update. |