Patashu / break_eternity.js

A Javascript numerical library to represent numbers as large as 10^^1e308 and as small as 10^-10^^1e308. Sequel to break_infinity.js, designed for incremental games.
MIT License
122 stars 46 forks source link

implement sqrt and exp more directly as possible efficiency wins #3

Closed Patashu closed 5 years ago

Patashu commented 5 years ago

use http://mrob.com/pub/comp/hypercalc/hypercalc.txt as a reference