tail head cat sleep
QR code linking to this page

Manpage  — LABS

BEZEICHNUNG

labs - berechnet den Absolutbetrag einer long Integer

INHALT

ÜBERSICHT

#include <stdlib.h> 

long int labs(long int j);

BESCHREIBUNG

Die Funktion labs() berechnet den Absolutbetrag der long Integerzahl j.

RÜCKGABEWERT

Es wird der Absolutbetrag des übergebenen Argumentes zurückgeliefert.

KONFORM ZU

SVID 3, POSIX, BSD 4.3, ISO 9899

BEMERKUNGEN

Der Aufruf mit der größten negativen Integerzahl ist nicht definiert.

SIEHE AUCH

abs(3), ceil(3), floor(3), fabs(3), rint(3).


4. Juli 1996 LABS (3) GNU

tail head cat sleep
QR code linking to this page


Bitte richten Sie Ihre Kommentare zu diesem Handbuch Seite Service, Ben Bullock. Privacy policy.

The most horrifying thing about Unix is that, no matter how many times you hit yourself over the head with it, you never quite manage to lose consciousness. It just goes on and on.
— Patrick Sobalvarro