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 a2b9ca0d78 Add the min_increment function for use by libscatter il y a 6 ans
include Add the min_increment function for use by libscatter il y a 6 ans
src fixed an issue with composed assignment operator and added tests il y a 6 ans
.gitignore tests pass il y a 6 ans
LICENSE tests pass il y a 6 ans
Makefile tests pass il y a 6 ans
README.md Update readme il y a 6 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.