Skip to content

Commit

Permalink
Update 1-js/05-data-types/02-number/article.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Jason Huang <[email protected]>
  • Loading branch information
lenchen1112 and kaddopur committed Oct 9, 2019
1 parent 91b44c2 commit d080f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-js/05-data-types/02-number/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ JavaScript 有個內建的 [Math](https://developer.mozilla.org/en/docs/Web/Java
要寫一個大的數值:

- 附加 `"e"` 與零的數量到數值後方,像是:`123e6``123` 後有 6 個零。
- `"e"` 之後的負數會使得數值除以被 1 之後帶有給定數量的零,像是百萬分之一這樣。
- `"e"` 之後的負數會使得數值除以 1 的後面帶有給定數量的零,像是百萬分之一這樣。

對於不同的數值系統:

Expand Down

0 comments on commit d080f17

Please sign in to comment.