function y = f_ExpSin(x)syms t ky=exp(t)*sin(t)+k;y = eval(subs(y,t,x));end
example
>> f_ExpSin(5) ans = k - 312958350753395/2199023255552