09-17-2024, 01:52 AM
Excellent program... well done!
One issue:
Illegal function call in line 255, which I remedied by modifying as follows:
x = Sqr(abs(r2 - y * y))
Apparently r2 < y*y that threw the error in sqr()
Regardless, it's a beautiful program!
One issue:
Illegal function call in line 255, which I remedied by modifying as follows:
x = Sqr(abs(r2 - y * y))
Apparently r2 < y*y that threw the error in sqr()
Regardless, it's a beautiful program!