1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
---
: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"
|