Ver a proveniência

Add the min_increment function for use by libscatter

master
Archivist há 6 anos
ascendente
cometimento
a2b9ca0d78
1 ficheiros alterados com 6 adições e 1 eliminações
  1. +6
    -1
      include/9float.hpp

+ 6
- 1
include/9float.hpp Ver ficheiro

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

Carregando…
Cancelar
Guardar