Question: please use julia to write code 1.3.2 Sine Write a function that only uses simple arithmetic to compute the value of sinx to an arbitrary

1.3.2 Sine Write a function that only uses simple arithmetic to compute the value of sinx to an arbitrary relative error. Remember you can't make calls to anything like the built-in sine or cosine functions. - Compare the time your function takes to the built-in function for a range of inputs. - If your input is large, say x>2, it will take a very high polynomial to approximate sine. Take advantage of the cyclic nature of sine, and shift x to make the calculation easier
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
