diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-14 18:10:13 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-14 19:28:34 +0100 |
| commit | 872cf03f26c2801ae6c3008ce5fa0d7856f5f85d (patch) | |
| tree | 94809812b71ee286eb5b74c70e4d08fc4c8dc057 /lib/libm/tanl.c | |
| parent | ec769a83bde09c76bd6ad9ee7f391036dba5cd97 (diff) | |
libc: implement err/warn functions
Diffstat (limited to 'lib/libm/tanl.c')
| -rw-r--r-- | lib/libm/tanl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/tanl.c b/lib/libm/tanl.c index 22657cce..7fb0e269 100644 --- a/lib/libm/tanl.c +++ b/lib/libm/tanl.c @@ -1,7 +1,7 @@ #include "libm.h" // for ldshape, ldshape::(anonymous), __tanl, __rem_pio2l #include <float.h> // for LDBL_MANT_DIG, LDBL_MAX_EXP -#include <math.h> // for tanl, M_PI_4 +#include <math.h> // for tanl, M_PI_4, NAN #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double tanl(long double x) |
