ソースを参照

Add the min_increment function for use by libscatter

master
Archivist 6年前
コミット
a2b9ca0d78
1個のファイルの変更6行の追加1行の削除
  1. +6
    -1
      include/9float.hpp

+ 6
- 1
include/9float.hpp ファイルの表示

@ -34,7 +34,12 @@ public:
: backend{0}
{}
constexpr static Q min_increment()
{
Q n;
n.backend = 1;
return n;
}
constexpr bool is_negative()
{

読み込み中…
キャンセル
保存