Update article.md

"`123` millonth" -> "`123 millionths"
This commit is contained in:
Peter Roche 2019-12-08 22:35:48 -07:00 committed by GitHub
parent 5b195795da
commit 8b68689d8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -413,7 +413,7 @@ There are more functions and constants in `Math` object, including trigonometry,
To write numbers with many zeroes:
- Append `"e"` with the zeroes count to the number. Like: `123e6` is the same as `123` with 6 zeroes `123000000`.
- A negative number after `"e"` causes the number to be divided by 1 with given zeroes. E.g. `123e-6` means `0.000123` (`123` millionth).
- A negative number after `"e"` causes the number to be divided by 1 with given zeroes. E.g. `123e-6` means `0.000123` (`123` millionths).
For different numeral systems: