XCORE SDK
XCORE Software Development Kit
Public Attributes | List of all members
float_complex_s64_t Struct Reference

A complex floating-point scalar with a complex 64-bit mantissa. More...

#include <xs3_math_types.h>

Public Attributes

complex_s64_t mant
 complex 64-bit mantissa
 
exponent_t exp
 exponent
 

Detailed Description

A complex floating-point scalar with a complex 64-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 64-bit real part of the mantissa, \(B\) is mant.im, the 64-bit imaginary part of the mantissa, and \(x\) is the exponent exp.


The documentation for this struct was generated from the following file: