82 INTRINSIC aimag, cmplx, real
86 CALL sladiv( real( x ), aimag( x ), real( y ), aimag( y ), zr,
complex function cladiv(x, y)
CLADIV performs complex division in real arithmetic, avoiding unnecessary overflow.
subroutine sladiv(a, b, c, d, p, q)
SLADIV performs complex division in real arithmetic, avoiding unnecessary overflow.