An implementation of Q floating point format over C++
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
Archivist a2b9ca0d78 Add the min_increment function for use by libscatter 6年前
include Add the min_increment function for use by libscatter 6年前
src fixed an issue with composed assignment operator and added tests 6年前
.gitignore tests pass 6年前
LICENSE tests pass 6年前
Makefile tests pass 6年前
README.md Update readme 6年前

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.