From CP/M User@21:1/5 to All on Sat Feb 29 12:58:18 2020
The trouble with Turbo Pascal has to do with the COS() and SIN() functions taking more time to return the result. Locomotive BASIC by comaparision has a table assigned to it which allows figures from COS() and SIN() to be obtained.
The only way to work around that in Turbo Pascal is to generate a file or process the information into an Array with the information stored, which changes the result consideribly.