Constantes numériques générales


o D_INTMAX
Le plus grand entier (positif).
o D_INTMIN
Le plus petit entier (négatif)
o D_FLOATMAX
Le plus grand flottant (positif)
o D_FLOATMIN
Le plus petit flottant (négatif)
o D_float_EPS
Le plus petit flottant positif
o D_DOUBLEMAX
Le plus grand flottant en double précision (positif)
o D_DOUBLEMIN
Le plus petit flottant en double précision (négatif)
o 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++.