09-26-2022, 06:29 PM
Quote:Like cube root of 19 to 100 places?
2.668401648721944867339627371970830335095878569183101865664213586945793971672059716316681593100516540
or how about 1,000?
I've never dealt with string mathematics, also not even in Basic. But today I managed to separate the decimal part from a number like 14.9978667 (actually 15.0) to reduce and it to the relevant three decimal places. Now I just have to scan them. That will be fine!

A question Pete, what do you do with the 1000 decimal places? Hopefully nothing naughty.

For those interested in Visual Basic (QB64 is already there):
![[Image: VB-Nte-Wurzel-Code.jpg]](https://i.ibb.co/LkW4vTt/VB-Nte-Wurzel-Code.jpg)