Float: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Thunder4ik (talk | contribs) m (→See also: clean up, replaced: See Also → See also, added stub tag) |
||
Line 2: | Line 2: | ||
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]] | ||
[[Category:variables]] | [[Category:variables]] | ||
{{stub}} |
Revision as of 02:28, 6 January 2024
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).
See also