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

Typo in error message of log2 function #24

Closed cloudytheconqueror closed 5 years ago

cloudytheconqueror commented 5 years ago

The error message in the log2 function mentions ln instead of log2.

https://github.com/Patashu/break_eternity.js/blob/9cbe25424c115059ee12a1bc1463d8b5c217b7b8/break_eternity.js#L1641