Complex_type_f32
Helper type to represent complex values with float32 components. More...
#include <plp_math.h>
Public Attributes
Name | |
---|---|
float32_t | re |
float32_t | im |
Detailed Description
struct Complex_type_f32;
Helper type to represent complex values with float32 components.
Parameters:
- re Real part
- im Imaginary part
Public Attributes Documentation
variable re
float32_t re;
variable im
float32_t im;
Updated on 2023-03-01 at 16:16:31 +0000