I have this problem that has been bothering me for quite a while.. I want to change the format of the number.. Don`t know how? Ive tried the help files but can\'t find the a
Use the format command
Example:
format long; pi 3.141592653589793 format short e; pi 3.1416e+000 format short g; pi 3.1416