Float: Difference between revisions
Jump to navigation
Jump to search
Kestrelguy (talk | contribs) m (updated language bar.) |
mNo edit summary |
||
Line 3: | Line 3: | ||
==See Also== | ==See Also== | ||
*[[Integer]] | *[[Integer]] | ||
[[Category:variables]] | [[Category:variables]] | ||
Revision as of 01:01, 9 April 2023
A float
(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).