Skip to content

Commit

Permalink
α 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Naruyoko committed Aug 16, 2022
1 parent de23922 commit 19a054c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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) ![8](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/8.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) ![9](https://raw.githubusercontent.com/Naruyoko/ExpantaNum.js/non-code/9.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
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# α 1.3.9 - 2022/08/15
* Fixed a crash when standardizing `[[0,a],[1,x],...]` with `x>MSI` ([#18](https://github.com/Naruyoko/ExpantaNum.js/issues/18)).
* Fixed `a{n}b` when `10{n}10{n}MSI<a<=10{n+1}MSI` and `MSI<=b<10{n}10{n}a` ([#20](https://github.com/Naruyoko/ExpantaNum.js/issues/20)).
* Compacted factorials LUT, reducing un-minified file size.

# α 1.3.8 - 2021/07/29
* Fixed `fromString` not parsing some inputs correctly.

Expand Down

0 comments on commit 19a054c

Please sign in to comment.