An implementation of Q floating point format over C++
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
Ludovic 'Archivist' Lagouardette d084e918c7 fixed an issue with composed assignment operator and added tests 5 роки тому
include fixed an issue with composed assignment operator and added tests 5 роки тому
src fixed an issue with composed assignment operator and added tests 5 роки тому
.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.