summaryrefslogtreecommitdiff
path: root/lib/libm/ctanf.c
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-09 23:14:53 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-09 23:14:53 +0100
commit169daa11155988a210fac949297381743f3cb400 (patch)
tree602ef5df5ae9ea075ab3d5dac3c8ad60da1ea2cc /lib/libm/ctanf.c
parent4e2112e165fdd94dee58378e3ea32892f3710cd7 (diff)
feat: clang-tidy fixes
Diffstat (limited to 'lib/libm/ctanf.c')
-rw-r--r--lib/libm/ctanf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libm/ctanf.c b/lib/libm/ctanf.c
index fe117d7a..168abac2 100644
--- a/lib/libm/ctanf.c
+++ b/lib/libm/ctanf.c
@@ -1,4 +1,7 @@
-#include "__complex.h"
+#include "__complex.h" // for redupif, MACHEPF
+
+#include <complex.h> // for cimagf, crealf, complex, I, ctanf
+#include <math.h> // for fabsf, HUGE_VALF, cosf, coshf, sinf, sinhf
static float _ctansf(float complex z)
{