Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Very fast NEW division routine with string math...
#8
hello Pete
something is wrong, try with the following values
Code: (Select All)
limit&& = 32: betatest% = 0
If betatest% Then Width 170, 42: _ScreenMove 0, 0
Dim Shared stringmatha$, stringmathb$, runningtotal$, operator$
a$ = "8." + String$(limit&& - 1, "8")
b$ = "9." + String$(limit&& - 1, "9")
the division routine goes into an infinite loop
Reply


Messages In This Thread
RE: Very fast NEW division routine with string math... - by Jack - 09-11-2022, 10:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Determining if variable or static string is passed to a Sub dano 9 1,228 06-20-2025, 06:31 PM
Last Post: CookieOscar
  Most efficient way to build a big variable length string? mdijkens 9 1,898 01-17-2025, 11:36 PM
Last Post: ahenry3068
  Math and Physics stuff SMcNeill 1 535 05-28-2024, 06:25 PM
Last Post: Pete
  Input routine dano 9 1,546 05-21-2024, 03:50 AM
Last Post: grymmjack
  The IDE Math Evaluator in Tools TerryRitchie 2 780 05-07-2024, 10:24 PM
Last Post: TerryRitchie

Forum Jump:


Users browsing this thread: 1 Guest(s)