BSD 3 development
[unix-history] / usr / man / man3 / abs.3
CommitLineData
e6817382
BJ
1.TH ABS 3
2.SH NAME
3abs \- integer absolute value
4.SH SYNOPSIS
5.B abs(i)
6.SH DESCRIPTION
7.I Abs
8returns
9the absolute value of its integer operand.
10.SH SEE ALSO
11floor(3) for
12.I fabs
13.SH BUGS
14You get what the hardware gives on the smallest integer.