Alright so I want to write a program that will compute trig functions (sin, cos, tan, arcsin, etc.). Basically I'm ignoring the included math library in python and hard coding it myself. My issue is that I'm fairly new to programming and not sure how to go about coding a series (Taylor series). I've already managed to figure out the factorials but I'm just lost on the series. Any help would be greatly appreciated :D
thanks a lot.