1CLADIV(1) LAPACK auxiliary routine (version 3.1) CLADIV(1)
23
4
NAME
6CLADIV - X / Y, where X and Y are complex
7
SYNOPSIS
9COMPLEX FUNCTION CLADIV( X, Y )
1011
COMPLEX X, Y
12
PURPOSE
14CLADIV := X / Y, where X and Y are complex. The computation of X / Y
15will not overflow on an intermediary step unless the results overflows.
1617
ARGUMENTS
19X (input) COMPLEX
20Y (input) COMPLEX The complex scalars X and Y.
2122
23
24
LAPACK auxiliary routine (versionNo3v.e1m)ber 2006 CLADIV(1)