From d96fd33aa8a220d547512eb43c88fc8f5651e39e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 27 Oct 2013 23:28:50 -0700 Subject: altos: Add sinf to math code Needed for the quaternion gyro tracking code Signed-off-by: Keith Packard --- src/math/math.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/math/math.h') diff --git a/src/math/math.h b/src/math/math.h index c62f583d..fd543bc2 100644 --- a/src/math/math.h +++ b/src/math/math.h @@ -22,6 +22,8 @@ float acosf(float x); float cosf(float x); +float sinf(float x); + float sqrtf(float x); float fabsf(float x); -- cgit v1.2.3