Update article.md

This commit is contained in:
Ilya Kantor 2017-06-30 13:52:33 +03:00 committed by GitHub
parent 40ca6daa87
commit 0ae4319050

View file

@ -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`.