Complex Numbers
- Updated2026-05-01
- 1 minute(s) read
Complex numbers are concatenated versions of floating-point numbers with a real and an imaginary part. Labview includes CSG, CDB, and CXT floating-point numeric data types.
Refer to the Numeric Data Types Table for more information about numeric data type bits, digits, and range. There are three types of complex numbers.
|
Complex single-precision, floating-point (CSG) —Same as single-precision, floating-point for each (real and imaginary) part. |
|
Complex double-precision, floating-point (CDB) —Same as double-precision, floating-point for each (real and imaginary) part. |
|
Complex extended-precision, floating-point (CXT) —Same as extended-precision, floating-point for each (real and imaginary) part. |
Use the Complex functions to create complex numbers.
Related Information
- Floating-Point Numbers
Understand IEEE 754 floating-point numbers in LabVIEW, including rounding errors, comparison tolerance, and SGL, DBL, and EXT formats.
- Numeric Data Types Table