![]() |
SH4ZAM! 0.1.0
Fast math library for the Sega Dreamcast's SH4 CPU
|
#include <shz_complex.h>

Data Fields | |
| float | real |
| float | imag |
Represents a floating-point complex number real/imaginary pair.
Definition at line 47 of file shz_complex.h.
| float shz_complex_t::real |
The real portion of the complex number.
Definition at line 48 of file shz_complex.h.
| float shz_complex_t::imag |
The imaginary portion of the complex number.
Definition at line 49 of file shz_complex.h.