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 6 лет назад
include fixed an issue with composed assignment operator and added tests 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.