Float: Difference between revisions
Jump to navigation
Jump to search
Kestrelguy (talk | contribs) m (updated language bar.) |
(Rewrite Template:Lang to Template:LanguageBar. This action was performed by a bot.) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar|Float}} | ||
A <code>float</code> (in full, "floating point value") is a number that contains a non-zero decimal expansion (i.e. 3.5123). This is as opposed to an ''integer'', which stores numbers with a zero decimal expansion (i.e. 3). | A <code>float</code> (in full, "floating point value") is a number that contains a non-zero decimal expansion (i.e. 3.5123). This is as opposed to an ''integer'', which stores numbers with a zero decimal expansion (i.e. 3). | ||
==See | ==See also== | ||
*[[Integer]] | *[[Integer]] | ||
*[[Real]] | |||
[[Category:variables]] | [[Category:variables]] | ||
{{stub}} |