2.9
[glibc/nacl-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);