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.