altos: Add sinf to math code
[fw/altos] / src / math / math.h
index c62f583d561f28e5c4d19bbeef485821a6f5008f..fd543bc218cba9f016a4b88133cc3fbc110a3e9c 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);