You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One solution could be to expose the Kernal trig routines and possibly provide helper words to precompute tables of a given length if needed.
e.g. sintbl ( length -- addr )
sin.fs takes 2.7K on disk, that is more than needed.
An obvious optimization is to only store the first quarter and extrapolate the others.
Other ideas are possible, for example reuse BASIC SIN.
The text was updated successfully, but these errors were encountered: