File: slapy2.l

package info (click to toggle)
lapack 3.0.20000531a-28
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 61,920 kB
  • ctags: 46,200
  • sloc: fortran: 584,835; perl: 8,226; makefile: 2,331; awk: 71; sh: 45
file content (18 lines) | stat: -rwxr-xr-x 404 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.TH SLAPY2 l "15 June 2000" "LAPACK version 3.0" ")"
.SH NAME
SLAPY2 - return sqrt(x**2+y**2), taking care not to cause unnecessary overflow
.SH SYNOPSIS
.TP 14
REAL FUNCTION
SLAPY2( X, Y )
.TP 14
.ti +4
REAL
X, Y
.SH PURPOSE
SLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary overflow. 
.SH ARGUMENTS
.TP 8
X       (input) REAL
Y       (input) REAL
X and Y specify the values x and y.