CXML

LAPACK version 3.0

zladiv(3)

PURPOSE

ZLADIV - := X / Y, where X and Y are complex

SYNTAX

DOUBLE COMPLEX FUNCTION ZLADIV( X, Y ) COMPLEX*16 X, Y

DESCRIPTION

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.

CXML Home Page

Index of CXML Routines