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

slog is very slow for negative numbers #110

Open Patashu opened 2 years ago

Patashu commented 2 years ago

probably because it's calling itself.

see unit_tests.js test_slog_ground_truth.