liba 0.1.15
An algorithm library based on C/C++
|
instance structure for complex number More...
#include <complex.h>
Data Fields | |
double | real |
real part of complex number | |
double | imag |
imaginary part of complex number | |
instance structure for complex number