소스 검색

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()
{

불러오는 중...
취소
저장