Naruyoko / OmegaNum.js

A huge number library holding up to 10{1000}9e15. A basement for planned {10,x,1,2}.
https://naruyoko.github.io/OmegaNum.js/index.html
MIT License
32 stars 15 forks source link

very wrong results in div #6

Closed Patashu closed 5 years ago

Patashu commented 5 years ago
OmegaNum.div("ee16", "ee15").toString()
"Infinity"
OmegaNum.div("eee15", "eee16").toString()
"eee16"
Decimal.div("ee16", "ee15").toString()
"ee15.954242509439325"
Decimal.div("eee15", "eee16").toString()
"0"
Naruyoko commented 5 years ago

α 1.0.1

Patashu commented 5 years ago

This is now fixed!