about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/ieee754/ldbl-opt/nldbl-catanh.c
blob: e6f58aa04819fa5f4cacb7592e2e1cff846a6d08 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "nldbl-compat.h"
#include <complex.h>

double _Complex
attribute_hidden
catanhl (double _Complex x)
{
  return catanh (x);
}