An implementation of Q floating point format over C++
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
Archivist 01b4f6f1cb Added some safeguards against default "1" value in C++ 5年前
include Added some safeguards against default "1" value in C++ 5年前
src fixed an issue with composed assignment operator and added tests 5年前
.gitignore tests pass 5年前
LICENSE tests pass 5年前
Makefile tests pass 5年前
README.md Update readme 5年前

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.