Change _IO_stderr_/_IO_stdin_/_IO_stdout to compat symbols [BZ #31766]
[glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-atan.c
blob2849e48d0397ece7225f9ec47aad1c944a10aa24
1 #include "nldbl-compat.h"
3 double
4 attribute_hidden
5 atanl (double x)
7 return atan (x);