num2hpf
NUM2HPF transforms a numeric array to hpf (high precision floating point format at known precision without errors.
The HPF class was writen by John D'Errico, is a high precision floating point arithmetic, a new class written in MATLAB can be downloaded from: from https://www.mathworks.com/matlabcentral/fileexchange/36534-hpf-a-big-decimal-class
Comparison example:
A=rand(4,1);
A1=hpf(A)
A2=num2hpf(A,15)
Zitieren als
Cemil Közkurt (2025). num2hpf (https://de.mathworks.com/matlabcentral/fileexchange/74835-num2hpf), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxTags
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.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.1.0 | Added a precision parameter, p |
||
| 1.0.0 |
