pregenerated sine and cosine tables GO DOWN FOR WARNINGS how to use: Item number in list: x # in specific item: sin(x) or cos(x) for example: the first item for cosine is .9998476951563913 x=1 (because it's the 1st item) cos(x) = .9998476951563913 WARNINGS CANNOT PROCESS DECIMALS it can't process decimals... maybe coming soon? WHERE'S THE SIN OR COS OF ZERO? sin(0) = sin(360), and cos(0) = cos(360), so if you're trying to find sin(0) or cos(0), just use the 360th item in the table
green line: scratch's cosine function outline of green line: pregenerated cosine red line: scratch's sine function outline of red line: pregenerated sine (the values are multiplied by 90 for the graphs so the values are more distinct) The sine and cosine lines are exactly the same, which means the pregenerated tables work!