File: dlapy2

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 (30 lines) | stat: -rw-r--r-- 709 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
--- 
:name: dlapy2
:md5sum: b3aaae9d309eec4c8fefd63e3e59e662
:category: :function
:type: doublereal
:arguments: 
- x: 
    :type: doublereal
    :intent: input
- y: 
    :type: doublereal
    :intent: input
:substitutions: {}

:fortran_help: "      DOUBLE PRECISION FUNCTION DLAPY2( X, Y )\n\n\
  *  Purpose\n\
  *  =======\n\
  *\n\
  *  DLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary\n\
  *  overflow.\n\
  *\n\n\
  *  Arguments\n\
  *  =========\n\
  *\n\
  *  X       (input) DOUBLE PRECISION\n\
  *  Y       (input) DOUBLE PRECISION\n\
  *          X and Y specify the values x and y.\n\
  *\n\n\
  *  =====================================================================\n\
  *\n"