moogacs / problem-solving

Problem solving repo. for the purpose to collect problems solution with different programming language
MIT License
16 stars 51 forks source link

Create sin_x_series.c #63

Closed harshrey closed 4 years ago

harshrey commented 4 years ago

Sin x is a series function and can be expanded upto infinite terms, using the Taylor's series expansion. This code finds the value of sin x upto a given limit.