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

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