Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
2.3 // Normal floating point literal
|
||||
3. // Equivalent to 3.0 (3 would be interpreted as an integer)
|
||||
2f64 // The type (in this case f64, a 64-bit floating point number) may be appended to the value
|
||||
1_000.2_f32 // Underscores may appear anywhere in the number for clarity.
|
||||
Loading…
Add table
Add a link
Reference in a new issue