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.