Query: llabs
OS: freebsd
Section: 3
Links: freebsd man pages all man pages forum categories
Format:Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LLABS(3) BSD Library Functions Manual LLABS(3)NAMEllabs -- returns absolute valueLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <stdlib.h> long long llabs(long long j);DESCRIPTIONThe llabs() function returns the absolute value of j.SEE ALSOabs(3), fabs(3), hypot(3), imaxabs(3), labs(3), math(3)STANDARDSThe llabs() function conforms to ISO/IEC 9899:1999 (``ISO C99'').HISTORYThe llabs() function first appeared in FreeBSD 5.0.BUGSThe absolute value of the most negative integer remains negative.BSDNovember 14, 2001 BSD