DLADIV(3) LAPACK routine of NEC Numeric Library Collection DLADIV(3) NAME DLADIV SYNOPSIS SUBROUTINE DLADIV (A, B, C, D, P, Q) PURPOSE DLADIV performs complex division in real arithmetic a + i*b p + i*q = --------- c + i*d ARGUMENTS A (input) A is DOUBLE PRECISION B (input) B is DOUBLE PRECISION C (input) C is DOUBLE PRECISION D (input) D is DOUBLE PRECISION The scalars a, b, c, and d in the above expression. P (output) P is DOUBLE PRECISION Q (output) Q is DOUBLE PRECISION The scalars p and q in the above expression. LAPACK routine 31 October 2017 DLADIV(3)