ZLADIV(3) LAPACK routine of NEC Numeric Library Collection ZLADIV(3) NAME ZLADIV SYNOPSIS COMPLEX *16 FUNCTION ZLADIV (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) X is COMPLEX*16 Y (input) Y is COMPLEX*16 The complex scalars X and Y. LAPACK routine 31 October 2017 ZLADIV(3)