It’s weird, LUT functions will beat sin if there a lot calculations that take multiple sins and cosines, whereases in smaller calculations, say 60000< times, the built in functions are faster
Just use normal sin and cosines unless your doing a 100000 calculations (literally) I optimized the LUTs to a bare minimum to beat these