We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
float literals are real numbers suffixed with f, which stands for "float".
float
f
Example 1
3.14159f
Example 2
1.414f
Example 3
-37.43e9f
Table of Contents