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