X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fmath%2Fmath.h;h=97dd74cf28ce653dda9b059d8b0a8bbee772da40;hb=9d812b3db418fd9816731b761a0853eb38f5a265;hp=c62f583d561f28e5c4d19bbeef485821a6f5008f;hpb=b83876718b1a535ee04ca0351ad57814454ec646;p=fw%2Faltos diff --git a/src/math/math.h b/src/math/math.h index c62f583d..97dd74cf 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); @@ -32,4 +34,6 @@ float scalbnf(float x, int n); float copysignf(float x, float y); +float logf(float x); + #endif