Math Scalar Library
Programming Reference Manual C/C++
Version 1.1 DD-00003-011

24.1 screal - Complex real component Re(x)

#include <msca.h> 
 
double screal (double complex x); 
float  screalf(float complex x);

Given a value x∈ C  this function computes the complex absolute value:

Re(x)