CLADIV(l) ) CLADIV(l)NAMECLADIV - := X / Y, where X and Y are complexSYNOPSISCOMPLEX FUNCTION CLADIV( X, Y ) COMPLEX X, YPURPOSECLADIV := X / Y, where X and Y are complex. The computation of X / Y will not overflow on an intermediary step unless the results over- flows.ARGUMENTSX (input) COMPLEX Y (input) COMPLEX The complex scalars X and Y. LAPACK version 3.0 15 June 2000 CLADIV(l)