File: cladiv

package info (click to toggle)
ruby-lapack 1.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 29,304 kB
  • ctags: 3,419
  • sloc: ansic: 190,572; ruby: 3,937; makefile: 4
file content (37 lines) | stat: -rw-r--r-- 996 bytes parent folder | download | duplicates (5)
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: cladiv
:md5sum: 3c908b32d86634d06c097310466421b6
:category: :function
:type: complex
:arguments: 
- x: 
    :type: complex
    :intent: input
- y: 
    :type: complex
    :intent: input
:substitutions: {}

:fortran_help: "      COMPLEX FUNCTION CLADIV( X, Y )\n\n\
  *  Purpose\n\
  *  =======\n\
  *\n\
  *  CLADIV := 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\n\
  *  Y       (input) COMPLEX\n\
  *          The complex scalars X and Y.\n\
  *\n\n\
  *  =====================================================================\n\
  *\n\
  *     .. Local Scalars ..\n      REAL               ZI, ZR\n\
  *     ..\n\
  *     .. External Subroutines ..\n      EXTERNAL           SLADIV\n\
  *     ..\n\
  *     .. Intrinsic Functions ..\n      INTRINSIC          AIMAG, CMPLX, REAL\n\
  *     ..\n"