?cabs1
Add the absolute values of the real part and imaginary part of a complex number. The calculation is defined as follows: y = |Re(A)| + |Im(A)|
Interface Definition
Fortran interface:
RES = SCABS1(A)
RES = DCABS1(A)
Return Value
The calculation result is returned.
Parent topic: Support Functions