65 COMPLEX*16 FUNCTION zladiv( X, Y )
79 DOUBLE PRECISION ZI, ZR
85 INTRINSIC dble, dcmplx, dimag
89 CALL dladiv( dble( x ), dimag( x ), dble( y ), dimag( y ), zr,
subroutine dladiv(A, B, C, D, P, Q)
DLADIV performs complex division in real arithmetic, avoiding unnecessary overflow.
complex *16 function zladiv(X, Y)
ZLADIV performs complex division in real arithmetic, avoiding unnecessary overflow.