File: cladiv.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 (21 lines) | stat: -rwxr-xr-x 441 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.TH CLADIV l "15 June 2000" "LAPACK version 3.0" ")"
.SH NAME
CLADIV - := X / Y, where X and Y are complex
.SH SYNOPSIS
.TP 17
COMPLEX FUNCTION
CLADIV( X, Y )
.TP 17
.ti +4
COMPLEX
X, Y
.SH PURPOSE
CLADIV := X / Y, where X and Y are complex. The computation of X / Y will not overflow on an intermediary step unless the results
overflows.
.br

.SH ARGUMENTS
.TP 8
X       (input) COMPLEX
Y       (input) COMPLEX
The complex scalars X and Y.