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/atan2.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libm/atan2.c') diff --git a/lib/libm/atan2.c b/lib/libm/atan2.c index 3298b6c4..912d9fb5 100644 --- a/lib/libm/atan2.c +++ b/lib/libm/atan2.c @@ -37,7 +37,10 @@ * to produce the hexadecimal values shown. */ -#include "libm.h" +#include "libm.h" // for EXTRACT_WORDS + +#include // for atan, atan2, fabs, isnan +#include // for uint32_t static const double pi = 3.1415926535897931160E+00, /* 0x400921FB, 0x54442D18 */ pi_lo = 1.2246467991473531772E-16; /* 0x3CA1A626, 0x33145C07 */ -- cgit v1.2.3