An implementation of Q floating point format over C++
Você não pode selecionar mais de 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++ 5 anos atrás
include Added some safeguards against default "1" value in C++ 5 anos atrás
src fixed an issue with composed assignment operator and added tests 5 anos atrás
.gitignore tests pass 5 anos atrás
LICENSE tests pass 5 anos atrás
Makefile tests pass 5 anos atrás
README.md Update readme 5 anos atrás

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.