« Langage C/Variables » : différence entre les versions

Contenu supprimé Contenu ajouté
Alpheb (discussion | contributions)
m Corrige une faute de syntaxe wiki
Alpheb (discussion | contributions)
→‎Capacité d’un type : Correction des valeurs des types flottants
Ligne 149 :
{|
|-
|!Type
|!Minimum
|!Maximum
|-
|signed char
Ligne 186 :
|-
|float
| <math>-1 \times 10^{37}</math>
| -1 × 1037
|<math>+1 \times 10^{37}</math>
|1 × 1037
|-
|double
| <math>-1 \times 10^{308}</math>
| -1 × 1037
| <math>+1 \times 10^{308}</math>
| +1 × 1037
|-
|long double
|<math>-1 \times 10^{308}</math>
| -1 × 1037
| <math>+1 \times 10^{308}</math>
| +1 × 1037
|}