Taylor series

This program requires a web browser supporting HTML5. Internet Explorer 8 or older does not support it. I recommend to use Firefox, Google Chrome, Opera, Safari

\[ y=\sum_{n=0}^{N-1} (-1)^n \frac{x^{2n+1}}{(2n+1)!} \]

$N=$

What's this?

This program computes the value at each point of the taylor series of $\sin x$ terminated at the $N$th term, and draws its graph.

Source code