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

24.2 scimag - Complex imaginary component Im(x)

#include <msca.h> 
 
double scimag (double complex x); 
float  scimagf(float complex x);

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

Im(x)