An implementation of Q floating point format over C++
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
Archivist 01b4f6f1cb Added some safeguards against default "1" value in C++ 5 anni fa
include Added some safeguards against default "1" value in C++ 5 anni fa
src fixed an issue with composed assignment operator and added tests 5 anni fa
.gitignore tests pass 5 anni fa
LICENSE tests pass 5 anni fa
Makefile tests pass 5 anni fa
README.md Update readme 5 anni fa

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.