Skip to content

double literal

IsaacShelton edited this page Mar 21, 2022 · 1 revision

double literal

double literals are real numbers suffixed with d, which stands for "double".

Example 1

3.14159d

Example 2

1.414d

Example 3

-37.43e9d
Clone this wiki locally