No description
Find a file
2016-06-16 14:30:44 -04:00
libfixmath Initial commit. 2016-05-26 18:32:47 -04:00
fixmath.nim Add boolean operators and type convertors 2016-06-16 14:30:44 -04:00
fixmath.nimble Add boolean operators and type convertors 2016-06-16 14:30:44 -04:00
README.md Update readme 2016-05-26 19:09:51 -04:00

fixmath

libfixmath wrapper for the Nim programming language

libfixmath provides 16:16 fixed point math support, useful for DSP and embedded applications. This wrapper provides access to all required top level functionality, as well as operator overloads for the fix16 type.