Scroll to navigation

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

NAME

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

SYNOPSIS

CLADIV( X, Y )

COMPLEX 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

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