Posts by Guilherme Mello • 11 points
1 post
-
0
votes1
answer71
viewsQ: How to implement the sine function using Taylor series in Python?
I’m having a little trouble with my code. I need to create a code that calculates the sine of an angle using the Taylor series, in the range of [-pi, +pi]. Thus, the sine function repeats. That is,…