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
121 stars 44 forks source link

equivalent to afford/sum geometric series for 'if the price exponentiates by a certain factor each purchase' #117

Open Patashu opened 2 years ago

Patashu commented 2 years ago

seems like an obvious next step to have! I wonder how easy it is to express.

Patashu commented 2 years ago

Demonin found https://math.stackexchange.com/questions/1433170/sum-of-a-series-and-tetration which might help