X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fmath%2Fmath.h;h=97dd74cf28ce653dda9b059d8b0a8bbee772da40;hb=24167015705ae831692b95735968b04a876f935e;hp=fd543bc218cba9f016a4b88133cc3fbc110a3e9c;hpb=d96fd33aa8a220d547512eb43c88fc8f5651e39e;p=fw%2Faltos diff --git a/src/math/math.h b/src/math/math.h index fd543bc2..97dd74cf 100644 --- a/src/math/math.h +++ b/src/math/math.h @@ -34,4 +34,6 @@ float scalbnf(float x, int n); float copysignf(float x, float y); +float logf(float x); + #endif