Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
It would be nice to re-iterate what we are trying to calculate - I was stuck for a long time calculating f(x) whereas I needed to calculate the first derivative f'(x).
Consider rephrasing this line: "Your function will receive 2 arguments: a polynomial as a string, and a point to evaluate the equation as an integer." as
"Your function will receive 2 arguments: a polynomial as a string, and a value of 'x' as an integer. It should return the first derivative of the polynomial at the given point x".
I hope this isn't a spoiler.