summaryrefslogtreecommitdiff
path: root/lib/libm/tanf.c
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-14 18:10:13 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-14 19:28:34 +0100
commit872cf03f26c2801ae6c3008ce5fa0d7856f5f85d (patch)
tree94809812b71ee286eb5b74c70e4d08fc4c8dc057 /lib/libm/tanf.c
parentec769a83bde09c76bd6ad9ee7f391036dba5cd97 (diff)
libc: implement err/warn functions
Diffstat (limited to 'lib/libm/tanf.c')
-rw-r--r--lib/libm/tanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/tanf.c b/lib/libm/tanf.c
index ef808637..f005908f 100644
--- a/lib/libm/tanf.c
+++ b/lib/libm/tanf.c
@@ -16,7 +16,7 @@
#include "libm.h" // for __tandf, __rem_pio2f, FORCE_EVAL, GET_FLOAT_WORD
-#include <math.h> // for M_PI_2, tanf
+#include <math.h> // for M_PI_2, tanf, NAN
#include <stdint.h> // for uint32_t
/* Small multiples of pi/2 rounded to double precision. */