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.
 
 
Ludovic 'Archivist' Lagouardette d084e918c7 fixed an issue with composed assignment operator and added tests il y a 6 ans
include fixed an issue with composed assignment operator and added tests 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.