Symbolics > Working with Symbolics > To Control the Number of Decimal Places in Results
  
To Control the Number of Decimal Places in Results
1. Place the cursor at the end of the expression you want to evaluate, insert the symbolic evaluation operator, and type the keyword float in the placeholder.
2. Press Enter to evaluate the expression.
Click to copy this expression
The default number of result digits when using the keyword float is 20.
3. Type a number after float to specify a different number of displayed digits.
Click to copy this expression
* 
There is no maximum limit on the number of result digits that you can specify after float.
The number that you specify after float represents the number of the integer digits plus the number of fractional digits.
Reducing the number of computed digits reduces the accuracy of the result. Do not use float as a way of reducing the size of the displayed result. To reduce the number of displayed digits without affecting the accuracy of the result, type integers in the expression in decimal form.
Type the basic symbolic evaluation
Click to copy this expression
Type the same expression in decimal form:
Click to copy this expression
Use the float modifier and specify the number of digits to display
Click to copy this expression