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