DCABS1
- Purpose:
DCABS1 computes |Re(.)| + |Im(.)| of a double complex number
- Parameters
-
- Author
- Univ. of Tennessee
-
Univ. of California Berkeley
-
Univ. of Colorado Denver
-
NAG Ltd.
- Date
- December 2016
Definition at line 49 of file dcabs1.f.
62 INTRINSIC abs,dble,dimag
64 dcabs1 = abs(dble(z)) + abs(dimag(z))
double precision function dcabs1(Z)
DCABS1