An implementation of Q floating point format over C++
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
Archivist a2b9ca0d78 Add the min_increment function for use by libscatter 6 år sedan
include Add the min_increment function for use by libscatter 6 år sedan
src fixed an issue with composed assignment operator and added tests 6 år sedan
.gitignore tests pass 6 år sedan
LICENSE tests pass 6 år sedan
Makefile tests pass 6 år sedan
README.md Update readme 6 år sedan

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.