From 872cf03f26c2801ae6c3008ce5fa0d7856f5f85d Mon Sep 17 00:00:00 2001 From: Kacper Date: Sun, 14 Dec 2025 18:10:13 +0100 Subject: libc: implement err/warn functions --- lib/libm/tanf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libm/tanf.c') 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 // for M_PI_2, tanf +#include // for M_PI_2, tanf, NAN #include // for uint32_t /* Small multiples of pi/2 rounded to double precision. */ -- cgit v1.2.3