2.5-18.1
[glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-sinh.c
blob99ea62e8dc4f8c79534382ee0c0abaf211af2d15
1 #include "nldbl-compat.h"
3 double
4 attribute_hidden
5 sinhl (double x)
7 return sinh (x);