Math Scalar Library
Programming Reference Manual C/C++
Version 1.0 DD-00003-010

11.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)