summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-csinh.c
blob: 2bcba920e3cae6123997e97cd4d2cead4e4eb326 (plain)
1
2
3
4
5
6
7
8
9
#include "nldbl-compat.h"
#include <complex.h>

double _Complex
attribute_hidden
csinhl (double _Complex x)
{
  return csinh (x);
}