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.