diff options
author | Keith Packard <keithp@keithp.com> | 2014-01-14 23:21:40 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-01-14 23:21:40 -0800 |
commit | 9d812b3db418fd9816731b761a0853eb38f5a265 (patch) | |
tree | 247c5656e79cb292e9b0a8f0e472affc85c0f531 /src/math/fdlibm.h | |
parent | f560d5063b1339dbfb3e6723cfadb7b4c5eace25 (diff) |
altos: Switch APRS to compressed position format
This provides lat/lon/alt in fewer bytes while improving precision.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/math/fdlibm.h')
-rw-r--r-- | src/math/fdlibm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/fdlibm.h b/src/math/fdlibm.h index 821619ad..ee9fcb22 100644 --- a/src/math/fdlibm.h +++ b/src/math/fdlibm.h @@ -19,6 +19,7 @@ #define __ieee754_acosf acosf #define __ieee754_sqrtf sqrtf +#define __ieee754_logf logf /* REDHAT LOCAL: Include files. */ #include <math.h> |