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

double _Complex
attribute_hidden
ctanl (double _Complex x)
{
  return ctan (x);
}