File: slapy3

package info (click to toggle)
ruby-lapack 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 28,552 kB
  • sloc: ansic: 191,612; ruby: 3,934; makefile: 8
file content (34 lines) | stat: -rwxr-xr-x 751 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
--- 
:name: slapy3
:md5sum: d5b21d912addf1cf62c52c3a9cc2e387
:category: :function
:type: real
:arguments: 
- x: 
    :type: real
    :intent: input
- y: 
    :type: real
    :intent: input
- z: 
    :type: real
    :intent: input
:substitutions: {}

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