|
Robot Raconteur Core C++ Library
|
Complex double precision floating point number. More...
#include <DataTypes.h>
Public Member Functions | |
| cdouble () | |
| Construct a new cdouble with 0.0 real and imag. | |
| cdouble (double r, double i) | |
| Construct a new cdouble. | |
Public Attributes | |
| double | real |
| real component | |
| double | imag |
| imaginary component | |
Complex double precision floating point number.
128-bit complex float
|
inline |
Construct a new cdouble.
| r | real component |
| i | imaginary component |