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 5757
5858 < a class ='nav-title ' href ="# "> API</ a >
5959 < 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 >
6162 < option value ="legacy/v6.1.x.html "> v6.1.x</ option >
6263 < option value ="legacy/v6.0.x.html "> v6.0.x</ option >
6364 < option value ="legacy/v5.2.x.html "> v5.2.x</ option >
@@ -196,10 +197,9 @@ <h5 id="big">
196197 < p > Throws if < code > n</ code > is invalid.</ p >
197198 < p >
198199 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.
203203 </ p >
204204 < pre >
205205x = new Big(9) // '9'
You can’t perform that action at this time.
0 commit comments