An implementation of Q floating point format over C++
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
Ludovic 'Archivist' Lagouardette d084e918c7 fixed an issue with composed assignment operator and added tests 6 anos atrás
include fixed an issue with composed assignment operator and added tests 6 anos atrás
src fixed an issue with composed assignment operator and added tests 6 anos atrás
.gitignore tests pass 6 anos atrás
LICENSE tests pass 6 anos atrás
Makefile tests pass 6 anos atrás
README.md Update readme 6 anos atrás

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.