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

double _Complex
attribute_hidden
csqrtl (double _Complex x)
{
  return csqrt (x);
}