|
LABS (3) | C library functions | Unix Manual Pages | :man▋
NAME
labs - return the absolute value of a long integer
CONTENTS
Library Synopsis Description See Also Standards Bugs
LIBRARY
.Lb libc
SYNOPSIS
.In stdlib.h long labs "long j"
DESCRIPTION
The labs function returns the absolute value of the long integer j.
SEE ALSO
abs(3), cabs(3), floor(3), imaxabs(3), llabs(3), math(3)
STANDARDS
BUGS
|