An implementation of Q floating point format over C++
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Archivist 01b4f6f1cb Added some safeguards against default "1" value in C++ il y a 5 ans
include Added some safeguards against default "1" value in C++ il y a 5 ans
src fixed an issue with composed assignment operator and added tests il y a 5 ans
.gitignore tests pass il y a 5 ans
LICENSE tests pass il y a 5 ans
Makefile tests pass il y a 5 ans
README.md Update readme il y a 5 ans

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.