MATLAB: Totally evaluate a result

MATLAB

I get a result from:
disp(B1);
76533567789*cos(665434345667778/334545654433775)/65343456677
How do I get MATLAB to totally evaluate it.

Best Answer

It looks like a Symbolic Math Toolbox result.
Use the vpa function:
B1v = vpa(76533567789*cos(665434345667778/334545654433775)/65343456677)
B1v =
-0.47574155170905596534680626064073