Write a program to calculate the function sin (x) or cos (x) by developing into a Taylor series around point 0. In other words, you will program the sine or cosine function yourself, without using another existing solution. You can enter angles in degrees or radians. The program must work for any inputs, e.g. -4500 ° or + 8649 °. The function will have two arguments:
float sinus (float radians, float epsilon);
Use one of the following relationships for your own implementation (just program either sine or cosine, you don't need both):
In C language plz . Thank you
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here