home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
minnie.tuhs.org
/
unixen.tar
/
unixen
/
PDP-11
/
Trees
/
V6
/
usr
/
man
/
man3
/
abs.3
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1975-06-26
|
248 b
|
23 lines
.th ABS III 2/9/75
.sh NAME
abs, fabs \*- absolute value
.sh SYNOPSIS
.ft B
abs(i)
.br
int i;
.s3
double fabs(x)
.br
double x;
.ft R
.s3
.sh DESCRIPTION
.it Abs
returns
the absolute value of its integer operand;
.it fabs
is the
.it double
version.