Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
b+ String Math Update
#4
That's what I thought, developer defined limit.

Although in theory string math seems unlimited, it is not practical to design a system it that way. For instance, I use routines limited by loops using _integer64, and use integer math with that variable type to handle groups of numbers. For iterations, that limits my system to whatever 9,223,372,036,854,775,807 gets me in string results. Also, at some point, even with hybrid string-math-numeric model I created, there comes a point where the user is simply waiting too long for results. My goal is to produce up to 1,000 digits in under two minutes for any operation. It only takes a few seconds with straight arithmetic calculations, but complex powers and roots take longer.

Pete
Reply


Messages In This Thread
b+ String Math Update - by bplus - 09-26-2022, 06:01 PM
RE: b+ String Math Update - by Pete - 09-26-2022, 06:27 PM
RE: b+ String Math Update - by bplus - 09-26-2022, 06:38 PM
RE: b+ String Math Update - by Pete - 09-26-2022, 06:53 PM
RE: b+ String Math Update - by vince - 09-29-2022, 03:16 AM
RE: b+ String Math Update - by bplus - 09-29-2022, 09:26 AM
RE: b+ String Math Update - by Pete - 09-29-2022, 07:59 PM
RE: b+ String Math Update - by bplus - 10-01-2022, 05:22 PM
RE: b+ String Math Update - by bplus - 10-01-2022, 05:30 PM
RE: b+ String Math Update - by Pete - 10-01-2022, 06:09 PM
RE: b+ String Math Update - by bplus - 10-01-2022, 06:45 PM
RE: b+ String Math Update - by bplus - 10-02-2022, 01:49 AM



Users browsing this thread: 5 Guest(s)