summaryrefslogtreecommitdiff
path: root/src/math/kf_rem_pio2.c
Commit message (Collapse)AuthorAge
* altos: Switch to newlib-nano for libc on armKeith Packard2018-10-13
| | | | | | Stop using pdclib Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Fix new GCC warningsKeith Packard2017-11-11
| | | | | | | | * Duplicate 'const' in test code. * Mis-formatted loop in kf_rem_pio2 * Unused 'one' in sf_cos Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Add floating point math functions from newlibKeith Packard2013-10-25
These are all BSD licensed, so we can simply include them directly Signed-off-by: Keith Packard <keithp@keithp.com>