From 169daa11155988a210fac949297381743f3cb400 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 23:14:53 +0100 Subject: feat: clang-tidy fixes --- lib/libm/catanf.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/libm/catanf.c') diff --git a/lib/libm/catanf.c b/lib/libm/catanf.c index 16d480e0..89f75a9e 100644 --- a/lib/libm/catanf.c +++ b/lib/libm/catanf.c @@ -1,5 +1,8 @@ -#include -#include "__complex.h" +#include "__complex.h" // for redupif + +#include // for complex, I, catanf, cimagf, crealf +#include // for FLT_MAX +#include // for atan2f, logf float complex catanf(float complex z) { -- cgit v1.2.3