Skip to content

Commit

Permalink
α1.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Naruyoko authored Apr 2, 2019
1 parent 451ad53 commit c651f31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ![OmegaNum.js](https://raw.githubusercontent.com/Naruyoko/OmegaNum.js/non-code/OmegaNumJS.png) ![α](https://raw.githubusercontent.com/Naruyoko/OmegaNum.js/non-code/alpha.png) ![1](https://raw.githubusercontent.com/Naruyoko/OmegaNum.js/non-code/1.png) ![.](https://raw.githubusercontent.com/Naruyoko/OmegaNum.js/non-code/dot.png)![0](https://raw.githubusercontent.com/Naruyoko/OmegaNum.js/non-code/0.png)![.](https://raw.githubusercontent.com/Naruyoko/OmegaNum.js/non-code/dot.png)![1](https://raw.githubusercontent.com/Naruyoko/OmegaNum.js/non-code/1.png)
# ![OmegaNum.js](https://raw.githubusercontent.com/Naruyoko/OmegaNum.js/non-code/OmegaNumJS.png) ![α](https://raw.githubusercontent.com/Naruyoko/OmegaNum.js/non-code/alpha.png) ![1](https://raw.githubusercontent.com/Naruyoko/OmegaNum.js/non-code/1.png) ![.](https://raw.githubusercontent.com/Naruyoko/OmegaNum.js/non-code/dot.png) ![0](https://raw.githubusercontent.com/Naruyoko/OmegaNum.js/non-code/0.png) ![.](https://raw.githubusercontent.com/Naruyoko/OmegaNum.js/non-code/dot.png) ![1](https://raw.githubusercontent.com/Naruyoko/OmegaNum.js/non-code/1.png) ![.](https://raw.githubusercontent.com/Naruyoko/OmegaNum.js/non-code/dot.png) ![1](https://raw.githubusercontent.com/Naruyoko/OmegaNum.js/non-code/1.png)
A huge number library holding up to 10{1000(configurable)}x. A basement for planned {10,x,1,2}.

This reaches level f<sub>ω</sub>, hence the name.

Internally, it is represented as an sign and array. Sign is 1 or -1. Array is \[n<sub>0</sub>,n<sub>1</sub>,n<sub>2</sub>,n<sub>3</sub>...]. They togeth3er represents sign*(...(10↑<sup>3</sup>)<sup>n<sub>3</sup></sup>(10↑↑)<sup>n<sub>2</sup></sup>(10↑)<sup>n<sub>1</sup></sup>n<sub>0</sup>.

Functions are as follows: `abs, neg, cmp, gt, gte, lt, lte, eq, min, max, ispos, isneg, isNaN, isFinite, isint, floor, ceiling, round, add, sub, mul, div, rec, mod, pow, sqrt, cbrt, root, log10, logBase, log=ln, tetr, arrow, chain, hyper`. Of course, there are `toNumber()` and `toString()`.
Expand Down

0 comments on commit c651f31

Please sign in to comment.