Implement Java's Math.sin(x) function which takes an input number and returns the sin() double value.
sin(x) is defined by the Taylor Series as:
Challenges:
Decision: Passed to onsite & Downleveled. Needed few hints from the interviewer to be nudged in the right direction.