e calculator - It's been done before. But not in high precision. This project calculated e to a precision never seen before on Scratch! Thanks to high precision addition, subtraction, multiplication, and division all created by me (although I had to use a different division script because the main one wasn't working for some reason) If the project shows all 0's, try again with more time This runs a lot faster on turbowarp : https://turbowarp.org/748764272 I should note that if this was using sigma notation, the value n (or k or x or whatever the index is) would be the term-1, not just the term (because the index starts at 0) The division script is kind of slow at the moment, so I need the number of terms to be the number of seconds (only on Scratch, for Turbowarp I only need 10 seconds) (e.g. 50 in both answer boxes). This will be different for different devices, though.
I simply added two terms and realized I could use recursion to make the project a lot faster. Because I only need one division this time, is is no longer restrained to the number of seconds each division takes. This is significant faster. This currently breaks around term 169. Hopefully I can fix that. v2.0 - June 12, 2024 1 PM - I finally fixed it!