altos: Switch APRS to compressed position format
[fw/altos] / src / math / math.h
index c62f583d561f28e5c4d19bbeef485821a6f5008f..97dd74cf28ce653dda9b059d8b0a8bbee772da40 100644 (file)
@@ -22,6 +22,8 @@ float acosf(float x);
 
 float cosf(float x);
 
+float sinf(float x);
+
 float sqrtf(float x);
 
 float fabsf(float x);
@@ -32,4 +34,6 @@ float scalbnf(float x, int n);
 
 float copysignf(float x, float y);
 
+float logf(float x);
+
 #endif