File tree Expand file tree Collapse file tree 2 files changed +1372
-5
lines changed Expand file tree Collapse file tree 2 files changed +1372
-5
lines changed Original file line number Diff line number Diff line change 57
57
58
58
< a class ='nav-title ' href ="# "> API</ a >
59
59
< select id ="version " name ="version " onchange ="location.href=this.value;this.selectedIndex=0 ">
60
- < option value ="" selected > v6.2.x</ option >
60
+ < option value ="" selected > v7.0.0</ option >
61
+ < option value ="legacy/v6.2.x.html "> v6.2.x</ option >
61
62
< option value ="legacy/v6.1.x.html "> v6.1.x</ option >
62
63
< option value ="legacy/v6.0.x.html "> v6.0.x</ option >
63
64
< option value ="legacy/v5.2.x.html "> v5.2.x</ option >
@@ -196,10 +197,9 @@ <h5 id="big">
196
197
< p > Throws if < code > n</ code > is invalid.</ p >
197
198
< p >
198
199
Using < code > new</ code > with Big is optional, but note that if no argument
199
- is passed when doing so, or if the argument is < code > undefined</ code > ,
200
- then a new Big constructor will be returned rather than a new Big number.
201
- See < a href ='#multiple '> creating additional Big number constructors</ a >
202
- below.
200
+ is passed when doing so, a new Big constructor will be returned rather
201
+ than a new Big number. See < a href ='#multiple '> creating additional Big
202
+ number constructors</ a > below.
203
203
</ p >
204
204
< pre >
205
205
x = new Big(9) // '9'
You can’t perform that action at this time.
0 commit comments