You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Xavier Del Campo Romero 33a383b98e libfixmath/fix16.h: replace static const with define 1 year ago
.github/workflows Unit testing with cmake (#31) 2 years ago
benchmarks fixed division, undefined behaviors and some improvements (#33) 2 years ago
fixsingen Updated sin lut to use ~200KiB for it's table with the same accuracy, the lookup table implementation tends to run at about 33-36% of the speed of sinf on my machine (Intel T5500). 12 years ago
fixtest fix formatting 2 years ago
images added cmake project file 2 years ago
libfixmath libfixmath/fix16.h: replace static const with define 1 year ago
tests fixed division, undefined behaviors and some improvements (#33) 2 years ago
.gitignore New unittests (#28) 2 years ago
.travis.yml Enable Travis CI 2 years ago
AUTHORS Add AUTHORS file 2 years ago
CMakeLists.txt CMakeLists.txt: disable -Werror=return-type 1 year ago
LICENSE Add AUTHORS file 2 years ago
README.md Update README.md 2 years ago
library.json platformio: drop 'export' option from config 5 years ago

README.md

libfixmath

This is a mirror of the libfixmath's original SVN repository on Google Code.

Not actively maintained, pull requests welcome.

Libfixmath implements Q16.16 format fixed point operations in C.

License: MIT