Array model: Difference between revisions

Jump to navigation Jump to search
2 bytes added ,  20:43, 18 September 2019
no edit summary
Miraheze>Adám Brudzewsky
mNo edit summary
Miraheze>Adám Brudzewsky
No edit summary
Line 9: Line 9:
Parentheses are used to group array items.
Parentheses are used to group array items.


Numbers are very straight forward: a number is a number. It doesn't matter if it is an integer or not, nor if it is real or complex. Negative numbers are denoted by a 'high minus': <code>¯</code>. You can also use scientific notation with <code>e</code> (or <code>E</code>), so a million is <code>1E6</code>
Numbers are very straight forward: a number is a number. It doesn't matter if it is an integer or not, nor if it is real or complex. Negative numbers are denoted by a ''high minus'': <code>¯</code>. You can also use scientific notation with <code>e</code> (or <code>E</code>), so a million is <code>1E6</code>


The items of an array can be of different types.
The items of an array can be of different types.

Navigation menu