| 
    XCORE SDK
    
   XCORE Software Development Kit 
   | 
 
A complex floating-point scalar with a complex 32-bit mantissa. More...
#include <xs3_math_types.h>
Public Attributes | |
| complex_s32_t | mant | 
| complex 32-bit mantissa  | |
| exponent_t | exp | 
| exponent  | |
A complex floating-point scalar with a complex 32-bit mantissa.
Represents a (non-standard) complex floating-point value given by \( A + j\cdot B \cdot 2^{x} \), where \(A\) is mant.re, the 32-bit real part of the mantissa, \(B\) is mant.im, the 32-bit imaginary part of the mantissa, and \(x\) is the exponent exp.