Difference between revisions of "Declaring variables"
m
changed lower end to show minus sign
imported>JOG |
imported>Synedri m (changed lower end to show minus sign) |
||
Line 1: | Line 1: | ||
;[[Variable_types:_shortint|short]]:32,768 to 32,767 | ;[[Variable_types:_shortint|short]]:-32,768 to 32,767 | ||
;[[Variable_types:_longint|long]]:2,147,483,648 to 2,147,483,647 | ;[[Variable_types:_longint|long]]:-2,147,483,648 to 2,147,483,647 | ||
;[[Variable_types:_floating_point|float]]:-3.402823×10<sup>38</sup> to -1.175494×10<sup>−38</sup>, 0 and 1.175494×10<sup>−38</sup> to 3.402823×10<sup>38</sup> (precision of 7 digits) | ;[[Variable_types:_floating_point|float]]:-3.402823×10<sup>38</sup> to -1.175494×10<sup>−38</sup>, 0 and 1.175494×10<sup>−38</sup> to 3.402823×10<sup>38</sup> (precision of 7 digits) | ||
;[[Variable types: reference variables | ref]]:A pointer to a reference | ;[[Variable types: reference variables | ref]]:A pointer to a reference |