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

double _Complex
attribute_hidden
casinl (double _Complex x)
{
  return casin (x);
}