Scroll to navigation

ZLADIV(1) LAPACK auxiliary routine (version 3.2) ZLADIV(1)

NAME

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

SYNOPSIS

ZLADIV( X, 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

Y (input) COMPLEX*16 The complex scalars X and Y.
November 2008 LAPACK auxiliary routine (version 3.2)