2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-tan.c
blob1a27b6fbdd12796f758c5717888b871eb4c51654
1 #include "nldbl-compat.h"
3 double
4 attribute_hidden
5 tanl (double x)
7 return tan (x);