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

double
attribute_hidden
cimagl (double _Complex x)
{
  return cimag (x);
}