--- 
:name: zladiv
:md5sum: 77ac55670f709d4b3ebd8a87ee08a32a
:category: :function
:type: doublecomplex
:arguments: 
- x: 
    :type: doublecomplex
    :intent: input
- y: 
    :type: doublecomplex
    :intent: input
:substitutions: {}

:fortran_help: "      COMPLEX*16     FUNCTION ZLADIV( X, Y )\n\n\
  *  Purpose\n\
  *  =======\n\
  *\n\
  *  ZLADIV := X / Y, where X and Y are complex.  The computation of X / Y\n\
  *  will not overflow on an intermediary step unless the results\n\
  *  overflows.\n\
  *\n\n\
  *  Arguments\n\
  *  =========\n\
  *\n\
  *  X       (input) COMPLEX*16\n\
  *  Y       (input) COMPLEX*16\n\
  *          The complex scalars X and Y.\n\
  *\n\n\
  *  =====================================================================\n\
  *\n\
  *     .. Local Scalars ..\n      DOUBLE PRECISION   ZI, ZR\n\
  *     ..\n\
  *     .. External Subroutines ..\n      EXTERNAL           DLADIV\n\
  *     ..\n\
  *     .. Intrinsic Functions ..\n      INTRINSIC          DBLE, DCMPLX, DIMAG\n\
  *     ..\n"
