An implementation of Q floating point format over C++
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
Ludovic 'Archivist' Lagouardette d084e918c7 fixed an issue with composed assignment operator and added tests 6 anni fa
include fixed an issue with composed assignment operator and added tests 6 anni fa
src fixed an issue with composed assignment operator and added tests 6 anni fa
.gitignore tests pass 6 anni fa
LICENSE tests pass 6 anni fa
Makefile tests pass 6 anni fa
README.md Update readme 6 anni fa

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.