blob: 9357dc4fc375b6690bfc60c79de49641f341274c (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include <complex.h>
#ifdef __STDC_IEC_559_COMPLEX__
#define _Imaginary_I (const float _Imaginary)1 /* TODO: imaginary unit */
#endif
/* This should only be defined if imaginary types are supported. */
/*
STDC(199901)
*/
|