tail head cat sleep
QR code linking to this page

Manpage  — FABS

BEZEICHNUNG

fabs - berechnet den Absolutbetrag einer reellen Zahl

INHALT

ÜBERSICHT

#include <math.h> 

double fabs(double x);

BESCHREIBUNG

Die Funktion fabs() berechnet den Absolutbetrag einer floating-point-Zahl x.

KONFORM ZU

SVID 3, POSIX, BSD 4.3, ISO 9899

SIEHE AUCH

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


2. Juli 1996 FABS (3)

tail head cat sleep
QR code linking to this page


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

C isn't that hard: void (*(*f[])())() defines f as an array of unspecified size, of pointers to functions that return pointers to functions that return void