An implementation of Q floating point format over C++
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
Archivist 01b4f6f1cb Added some safeguards against default "1" value in C++ hace 5 años
include Added some safeguards against default "1" value in C++ hace 5 años
src fixed an issue with composed assignment operator and added tests hace 5 años
.gitignore tests pass hace 5 años
LICENSE tests pass hace 5 años
Makefile tests pass hace 5 años
README.md Update readme hace 5 años

README.md

9float

An implementation of Q floating point format over C++.

9float is a header only library for handling fixed precision calculations over floating point values.