An implementation of Q floating point format over C++
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Archivist 01b4f6f1cb Added some safeguards against default "1" value in C++ 5 years ago
include Added some safeguards against default "1" value in C++ 5 years ago
src fixed an issue with composed assignment operator and added tests 5 years ago
.gitignore tests pass 5 years ago
LICENSE tests pass 5 years ago
Makefile tests pass 5 years ago
README.md Update readme 5 years ago

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.