X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fmath%2Fmath.h;h=fd543bc218cba9f016a4b88133cc3fbc110a3e9c;hp=c62f583d561f28e5c4d19bbeef485821a6f5008f;hb=d96fd33aa8a220d547512eb43c88fc8f5651e39e;hpb=b83876718b1a535ee04ca0351ad57814454ec646 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);