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

Replaced f_lambertw with a better one. #37

Closed Naruyoko closed 4 years ago

Naruyoko commented 4 years ago

Uses a different algorithm so that it doesn't go to W-1.

Naruyoko commented 4 years ago

36