An implementation of Q floating point format over C++
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
Archivist 01b4f6f1cb Added some safeguards against default "1" value in C++ há 5 anos
include Added some safeguards against default "1" value in C++ há 5 anos
src fixed an issue with composed assignment operator and added tests há 5 anos
.gitignore tests pass há 5 anos
LICENSE tests pass há 5 anos
Makefile tests pass há 5 anos
README.md Update readme há 5 anos

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.