Skip to content

float literal

IsaacShelton edited this page Mar 21, 2022 · 1 revision

float literal

float literals are real numbers suffixed with f, which stands for "float".

Example 1

3.14159f

Example 2

1.414f

Example 3

-37.43e9f
Clone this wiki locally