CLADIV(3) LAPACK routine of NEC Numeric Library Collection CLADIV(3)
NAME
CLADIV
SYNOPSIS
COMPLEX FUNCTION CLADIV (X, Y)
PURPOSE
CLADIV := X / Y, where X and Y are complex. The computation of X / Y
will not overflow on an intermediary step unless the results
overflows.
ARGUMENTS
X (input)
X is COMPLEX
Y (input)
Y is COMPLEX
The complex scalars X and Y.
LAPACK routine 31 October 2017 CLADIV(3)