An implementation of Q floating point format over C++
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
Archivist 01b4f6f1cb Added some safeguards against default "1" value in C++ 5 lat temu
include Added some safeguards against default "1" value in C++ 5 lat temu
src fixed an issue with composed assignment operator and added tests 5 lat temu
.gitignore tests pass 5 lat temu
LICENSE tests pass 5 lat temu
Makefile tests pass 5 lat temu
README.md Update readme 5 lat temu

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.