10-14-2022, 09:34 PM
@Pete check line 168, that's the issue. `h` is already used as a loop variable, so by reusing it for the assignment you're messing with that loop and presumably it ends up running many more times than just 1 to `hh`.
|
You'd think this would be faster, but NO!!!!!! [Resolved]
|
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Faster addition in string math. Now with multiplication! | Pete | 23 | 4,022 |
08-22-2022, 02:26 AM Last Post: Pete |
|