Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
ardiscript:float [2018/04/20 06:02] optrix |
ardiscript:float [2018/04/20 06:02] (current) optrix |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| A Floats is a numbered datatype that allows for both whole numbers and fractional numbers represented with a decimal point. | A Floats is a numbered datatype that allows for both whole numbers and fractional numbers represented with a decimal point. | ||
| - | Examples of valid Float values are: 1.0, 0.0, 0.5, 3.5, 32.635, 7889.1 | + | Examples of valid Float values are: 1, 0, 0.5, 3.5, 32.635, 7889.1 |