JWS C Library
C language utility library
Complex_f Struct Reference

Single precision complex number. More...

#include <complex.h>

Data Fields

float r
 Real component.
float i
 Imaginary component.

Detailed Description

Single precision complex number.

Definition at line 62 of file complex.h.


Field Documentation

float Complex_f::r

Real component.

Definition at line 65 of file complex.h.

float Complex_f::i

Imaginary component.

Definition at line 68 of file complex.h.


The documentation for this struct was generated from the following file: