about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/e_atan2.c
diff options
context:
space:
mode:
authorWilco Dijkstra <wilco.dijkstra@arm.com>2021-03-10 12:40:26 +0000
committerWilco Dijkstra <wdijkstr@arm.com>2021-03-11 14:26:36 +0000
commit476d692e8a80bb770a3f74876f64bcfa2998a09d (patch)
tree365df310cc4bc42f364d89cf31175eb29ab34e3c /sysdeps/ieee754/dbl-64/e_atan2.c
parentdb3f7bb5586392d9809fc6397c7184983aed6008 (diff)
downloadglibc-476d692e8a80bb770a3f74876f64bcfa2998a09d.tar.gz
glibc-476d692e8a80bb770a3f74876f64bcfa2998a09d.tar.xz
glibc-476d692e8a80bb770a3f74876f64bcfa2998a09d.zip
math: Remove slow paths in tan [BZ #15267]
Remove slow paths in tan. Add ULP annotations. Merge 'number' into 'mynumber'.
Remove unused entries from tan constants.

Reviewed-By: Paul Zimmermann <Paul.Zimmermann@inria.fr>
Diffstat (limited to 'sysdeps/ieee754/dbl-64/e_atan2.c')
-rw-r--r--sysdeps/ieee754/dbl-64/e_atan2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ieee754/dbl-64/e_atan2.c b/sysdeps/ieee754/dbl-64/e_atan2.c
index b14d911ebf..e6b98142fb 100644
--- a/sysdeps/ieee754/dbl-64/e_atan2.c
+++ b/sysdeps/ieee754/dbl-64/e_atan2.c
@@ -39,6 +39,7 @@
 #include <dla.h>
 #include "mpa.h"
 #include "MathLib.h"
+#include "mydefs.h"
 #include "uatan.tbl"
 #include "atnat2.h"
 #include <fenv.h>