ABS
Section: C Library Functions (3)
Index
Return to Main Contents
BSD mandoc
NAME
abs
- integer absolute value function
SYNOPSIS
Fd #include <stdlib.h>
Ft int
Fn abs int j
DESCRIPTION
The
Fn abs
function
computes
the absolute value of the integer
j
RETURN VALUES
The
Fn abs
function
returns
the absolute value.
SEE ALSO
floor(3),
labs(3),
cabs(3),
hypot(3),
math(3)
STANDARDS
The
Fn abs
function conforms to
St -ansiC .
BUGS
The absolute value of the most negative integer remains negative.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- SEE ALSO
-
- STANDARDS
-
- BUGS
-
This document was created by
man2html,
using the manual pages.
Time: 02:53:37 GMT, December 08, 2024