Float: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (typo)
Line 1: Line 1:
{{stub}}
[[category:variables]][[category:Glossary]]
[[category:variables]][[category:Glossary]]
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.
A 32-bit floating point number. Usually stored according to IEEE754. They are used to store decimal numbers. Floating points are greatly used in graphics programs and games, but not so much in general applications.
 


{{stub}}


==Wikipedia Links==
==Wikipedia Links==
* [[Wikipedia:Floating point|Floating-point numbers]]
* [[Wikipedia:Floating point|Floating-point numbers]]
* [[Wikipedia:IEEE floating-point standard|IEEE754 Standard]]
* [[Wikipedia:IEEE floating-point standard|IEEE754 Standard]]

Revision as of 12:48, 1 January 2008

Stub

This article or section is a stub. You can help by expanding it.

A 32-bit floating point number. Usually stored according to IEEE754. They are used to store decimal numbers. Floating points are greatly used in graphics programs and games, but not so much in general applications.


Wikipedia Links