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

double _Complex
attribute_hidden
catanl (double _Complex x)
{
  return catan (x);
}