summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-sinh.c
blob: 99ea62e8dc4f8c79534382ee0c0abaf211af2d15 (plain)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

double
attribute_hidden
sinhl (double x)
{
  return sinh (x);
}