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.
 
 
Ludovic 'Archivist' Lagouardette d084e918c7 fixed an issue with composed assignment operator and added tests 6 yıl önce
include fixed an issue with composed assignment operator and added tests 6 yıl önce
src fixed an issue with composed assignment operator and added tests 6 yıl önce
.gitignore tests pass 6 yıl önce
LICENSE tests pass 6 yıl önce
Makefile tests pass 6 yıl önce
README.md Update readme 6 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.