Skip to content

Commit

Permalink
α 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Naruyoko committed May 21, 2020
1 parent 45fce87 commit 2e84f8b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ExpantaNum.js
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,7 @@
min=mid;
break;
}
if (a[mid][0]<i) mid=mid;
if (a[mid][0]<i) min=mid;
if (a[mid][0]>i) max=mid;
}
return a[min][0]==i?min:min+0.5;
Expand Down
2 changes: 1 addition & 1 deletion ExpantaNum.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![ExpantaNum.js](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/ExpantaNumJS.png) ![α](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/alpha.png) ![1](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/1.png) ![.](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/dot.png) ![3](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/3.png) ![.](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/dot.png) ![1](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/1.png)
# ![ExpantaNum.js](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/ExpantaNumJS.png) ![α](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/alpha.png) ![1](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/1.png) ![.](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/dot.png) ![3](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/3.png) ![.](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/dot.png) ![2](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/2.png)
[![NPM](https://img.shields.io/npm/v/expanta_num.js.svg)](https://www.npmjs.com/package/expanta_num.js)
A huge number library holding up to {10,9e15,1,2}.

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# α 1.3.2 - 2020/05/20
* Fixed freeze on processing numbers such as 10^^^^^^^10.

# α 1.3.1 - 2020/05/10
* Very small optimizations.

Expand Down

0 comments on commit 2e84f8b

Please sign in to comment.