An implementation of Q floating point format over C++
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
Archivist 01b4f6f1cb Added some safeguards against default "1" value in C++ 5 yıl önce
include Added some safeguards against default "1" value in C++ 5 yıl önce
src fixed an issue with composed assignment operator and added tests 5 yıl önce
.gitignore tests pass 5 yıl önce
LICENSE tests pass 5 yıl önce
Makefile tests pass 5 yıl önce
README.md Update readme 5 yıl önce

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.