Your Browser is not longer supported
Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...
{{viewport.spaceProperty.prod}}
signbit - Makro zum Testen des Vorzeichens
&pagelevel(4)&pagelevel
Definition | #include <math.h> int signbit (x); (C11) x muß ein Parameter vom Typ float , double oder long double sein. Der Makro liefert den Wert des Vorzeichenbits von x zurück. |
Returnwert | 0 falls x >= 0 1 falls x < 0 |
Siehe auch | math.h .
|