Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

Unix

Unix v7

abs(3)


ABS

ABS

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
BUGS

NAME

abs − integer absolute value

SYNOPSIS

abs(i)

DESCRIPTION

Abs returns the absolute value of its integer operand.

SEE ALSO

floor(3) for fabs

BUGS

You get what the hardware gives on the largest negative integer.



abs(3)