abs1(3) Library Functions Manual abs1(3)

abs1 - abs1: | real( x ) | + | imag( x ) |


double precision function dcabs1 (z)
DCABS1 real function scabs1 (z)
SCABS1

DCABS1

Purpose:

 DCABS1 computes |Re(.)| + |Im(.)| of a double complex number

Parameters

Z
          Z is COMPLEX*16

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 46 of file dcabs1.f.

SCABS1

Purpose:

 SCABS1 computes |Re(.)| + |Im(.)| of a complex number

Parameters

Z
          Z is COMPLEX

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 45 of file scabs1.f.

Generated automatically by Doxygen for LAPACK from the source code.

Version 3.12.0 LAPACK