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