LABS
Section: C Library Functions (3)
Index
Return to Main Contents
BSD mandoc
NAME
labs
- return the absolute value of a long integer
SYNOPSIS
Fd #include <stdlib.h>
Ft long
Fn labs long j
DESCRIPTION
The
Fn labs
function
returns the absolute value of the long integer
j
SEE ALSO
abs(3),
floor(3),
cabs(3),
math(3)
STANDARDS
The
Fn labs
function
conforms to
St -ansiC .
BUGS
The absolute value of the most negative integer remains negative.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- STANDARDS
-
- BUGS
-
This document was created by
man2html,
using the manual pages.
Time: 19:41:56 GMT, December 25, 2022