ReactOS
0.4.16-dev-2122-g1628f5e
complex.h
Go to the documentation of this file.
1
6
#ifndef _COMPLEX_H_DEFINED
7
#define _COMPLEX_H_DEFINED
8
9
#include <
corecrt.h
>
10
11
#ifndef _C_COMPLEX_T
12
#define _C_COMPLEX_T
13
typedef
struct
_C_double_complex
14
{
15
double
_Val
[2];
16
}
_C_double_complex
;
17
18
typedef
struct
_C_float_complex
19
{
20
float
_Val
[2];
21
}
_C_float_complex
;
22
#endif
23
24
typedef
_C_double_complex
_Dcomplex
;
25
typedef
_C_float_complex
_Fcomplex
;
26
27
#endif
/* _COMPLEX_H_DEFINED */
_Fcomplex
_C_float_complex _Fcomplex
Definition:
complex.h:25
_C_double_complex
struct _C_double_complex _C_double_complex
_Dcomplex
_C_double_complex _Dcomplex
Definition:
complex.h:24
_C_float_complex
struct _C_float_complex _C_float_complex
corecrt.h
_C_double_complex
Definition:
complex.h:14
_C_double_complex::_Val
double _Val[2]
Definition:
complex.h:15
_C_float_complex
Definition:
complex.h:19
_C_float_complex::_Val
float _Val[2]
Definition:
complex.h:20
dll
win32
msvcrt
include
complex.h
Generated on Sat Jan 10 2026 06:14:31 for ReactOS by
1.9.6