Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
9float
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Add the min_increment function for use by libscatter
master
Archivist
hace 6 años
padre
d084e918c7
commit
a2b9ca0d78
Se han
modificado 1 ficheros
con
6 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+6
-1
include/9float.hpp
+ 6
- 1
include/9float.hpp
Ver fichero
@ -34,7 +34,12 @@ public:
:
backend
{
0
}
{
}
constexpr
static
Q
min_increment
(
)
{
Q
n
;
n
.
backend
=
1
;
return
n
;
}
constexpr
bool
is_negative
(
)
{
Escribir
Vista previa
Cargando…
Cancelar
Guardar