Float: Difference between revisions
Jump to navigation
Jump to search
m (removed extra line feed) |
No edit summary |
||
Line 1: | Line 1: | ||
[[category:variables]][[category:Glossary]] | [[category:variables]][[category:Glossary]] | ||
A 32-bit floating point number. Usually stored according to IEEE754. | A 32-bit floating point number. Usually stored according to IEEE754. They are used to store decimal numbers. Floating points are gratly used in graphics programs and games, but not so much in general applications. | ||
{{stub}} | {{stub}} |
Revision as of 18:02, 3 October 2007
A 32-bit floating point number. Usually stored according to IEEE754. They are used to store decimal numbers. Floating points are gratly used in graphics programs and games, but not so much in general applications.