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
120 stars 43 forks source link

Reduant constants? #127

Open jakub791 opened 1 year ago

jakub791 commented 1 year ago

There are constants like EXP_LIMIT, NUNBER_EXP_MIN, LAYER_DOWN which I think aren't meant to be changed by people using the library (like some sort of configuration)? If that's true then it might be better to remove them and just use the values directly in internal code.

Patashu commented 1 year ago

Or like documentation-for-programmers or something.

Could go either way on this one. Never thought about it super hard.