An implementation of Q floating point format over C++
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
Ludovic 'Archivist' Lagouardette d084e918c7 fixed an issue with composed assignment operator and added tests 6 lat temu
include fixed an issue with composed assignment operator and added tests 6 lat temu
src fixed an issue with composed assignment operator and added tests 6 lat temu
.gitignore tests pass 6 lat temu
LICENSE tests pass 6 lat temu
Makefile tests pass 6 lat temu
README.md Update readme 6 lat temu

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.