MATLAB: How to solve equation in syms

symbolicSymbolic Math Toolboxsyms

i know the question is kinda stupid but very much appreciated if somebody could helps
syms x;
cos(10+x-x)
the ans keep showing "cos(10)" but i want it to be solved like -0.839071529076452

Best Answer

syms x pi
cos(pi+x-x)