-
D_INTMAX - Le plus grand entier (positif).
-
D_INTMIN - Le plus petit entier (négatif)
-
D_FLOATMAX - Le plus grand flottant (positif)
-
D_FLOATMIN - Le plus petit flottant (négatif)
-
D_float_EPS - Le plus petit flottant positif
-
D_DOUBLEMAX - Le plus grand flottant en double précision (positif)
-
D_DOUBLEMIN - Le plus petit flottant en double précision (négatif)
-
D_double_EPS - Le plus petit flottant positif en double précision
Ces variables ont, respectivement, la valeur du plus grand entier, du plus petit entier, etc., sur la machine de l'utilisateur.
This page was generated with the help of DOC++.