HPF - a big decimal class

High precision floating point arithmetic, a new class written in MATLAB

ダウンロード
ダウンロード

現在この提出コンテンツをフォロー中です。

引用

John D'Errico (2026). HPF - a big decimal class (https://jp.mathworks.com/matlabcentral/fileexchange/36534-hpf-a-big-decimal-class), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB Answers で Language Fundamentals についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.23.0

Repairs bugs for the ceil function.

ダウンロード
1.22.0

Bug fix

ダウンロード
1.21.0

Bug fix, to catch cases like
hpf(-1, [20 0]) + hpf(-1e-21, [20 0])

ダウンロード
1.20.0

Bug repair

ダウンロード
1.15.0

Repair bug wen parsing numbers as strings of the form "nnn."

ダウンロード
1.14.0

Repair string parsing bug

ダウンロード
1.13.0

Re-post a release that fixes the problem:

hpf(-1, [20 0]) + hpf(-1e-21, [20 0])

ダウンロード
1.12.0

Fix sqrt

ダウンロード
1.11.0

Flagged as a toolbox

ダウンロード
1.10.0

Fixed a bug in exp (which was actually due to a bug in plus, so fixed that too.)
Added functions rat and int2str.

ダウンロード
1.9.0

Minor bug fixes. tan(0) fixed, cot and cotd added. doc updates.

ダウンロード
1.8.0

This release fixes a bug in power. It also fixes a bug for the exponentials of VERY large numbers. Finally, I changed the exponent field to be int64, so considerably larger exponents are now allowed.

ダウンロード
1.7.0

Corrected the last fix to repair the sign on underflows.

ダウンロード
1.6.0

Fix plus - found by Djordje Petrovic

ダウンロード
1.5.0

Fixed eq.m, add HPFmod2

ダウンロード
1.4.0

Further updates to the HPF pdf file

ダウンロード
1.3.0

New .pdf file provided by Derek O'Connor.

ダウンロード
1.2.0

Added static methods, ones, zeros, eye, ten. A few minor doc changes.

ダウンロード
1.1.0

Many repairs & updates - moved hpf.m into @hpf to enable new methods to be added easily.

ダウンロード
1.0.0

ダウンロード