|
NAMEllabs —
returns absolute value
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <stdlib.h>
long long
DESCRIPTIONThellabs () function returns the absolute value of
j.
SEE ALSOabs(3), fabs(3), hypot(3), imaxabs(3), labs(3), math(3)STANDARDSThellabs () function conforms to
ISO/IEC 9899:1999 (“ISO C99”).
HISTORYThellabs () function first appeared in
FreeBSD 5.0.
BUGSThe absolute value of the most negative integer remains negative.
Visit the GSP FreeBSD Man Page Interface. |