diff --git a/lib/std/math.c3 b/lib/std/math.c3 index 3b5803636..ebbed32ba 100644 --- a/lib/std/math.c3 +++ b/lib/std/math.c3 @@ -100,7 +100,7 @@ $if (env::COMPILER_LIBC_AVAILABLE): extern fn double _atan(double x) @extname("atan"); extern fn float _atanf(float x) @extname("atanf"); extern fn double _atan2(double x) @extname("atan2"); -extern fn float _atanf2(float x) @extname("atanf2"); +extern fn float _atan2f(float x) @extname("atan2f"); macro atan(x) {