Task 02
Task 02¶
deadline: 07/03/2021 23:59 CET
[0.5 points]: Write a function that takes
in the form of numpy.poly1d
(in order to evaluate the factorial, you may use the function scipy.special.factorial
).
[0.25 points]: Write a function that calculates the relative error of the function above for arbitrary point
[0.25 points]: Find
# add your code here