zladiv(3P)
NAME
zladiv - := X / Y, where X and Y are complex
SYNOPSIS
DOUBLE COMPLEX FUNCTION ZLADIV( X, Y )
doublecomplex ∗zladiv(doublecomplex ∗zx, doublecomplex ∗y)
COMPLEX∗16 X, Y
PURPOSE
ZLADIV := 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) COMPLEX∗16
Y (input) COMPLEX∗16
The complex scalars X and Y.
SunOS 5.0 — Last change: 10 Dec 1998