This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
9float
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add the min_increment function for use by libscatter
master
Archivist
6 years ago
parent
d084e918c7
commit
a2b9ca0d78
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
include/9float.hpp
+ 6
- 1
include/9float.hpp
View File
@ -34,7 +34,12 @@ public:
:
backend
{
0
}
{
}
constexpr
static
Q
min_increment
(
)
{
Q
n
;
n
.
backend
=
1
;
return
n
;
}
constexpr
bool
is_negative
(
)
{
Write
Preview
Loading…
Cancel
Save