An implementation of Q floating point format over C++
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
Archivist a2b9ca0d78 Add the min_increment function for use by libscatter vor 6 Jahren
include Add the min_increment function for use by libscatter vor 6 Jahren
src fixed an issue with composed assignment operator and added tests vor 6 Jahren
.gitignore tests pass vor 6 Jahren
LICENSE tests pass vor 6 Jahren
Makefile tests pass vor 6 Jahren
README.md Update readme vor 6 Jahren

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.