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.
 
 
Ludovic 'Archivist' Lagouardette d084e918c7 fixed an issue with composed assignment operator and added tests 6 år sedan
include fixed an issue with composed assignment operator and added tests 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.