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

double
asinhl (double x)
{
  return asinh (x);
}