Update article.md
This commit is contained in:
parent
40ca6daa87
commit
0ae4319050
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ n = 12.345;
|
|||
|
||||
The *number* type serves both for integer and floating point numbers.
|
||||
|
||||
There are many operations for numbers, e.g. multiplication `*`, division `/`, addition `+`, substraction `-` and so on.
|
||||
There are many operations for numbers, e.g. multiplication `*`, division `/`, addition `+`, subtraction `-` and so on.
|
||||
|
||||
Besides regular numbers, there are so-called "special numeric values" which also belong to that type: `Infinity`, `-Infinity` and `NaN`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue