Question: how to remove O(x) in taylor for substitution

ex := taylor(exp(x), x = 0, 5);

it can not use with subs(x=1,ex);

how to remove O(x^5) part

Please Wait...