Set the number of decimal position to be displayed
| Addition | Same as operand with the greatest number of decimal digits |
| Subraction | Same as operand with the greatest number of decimal digits |
| Multiplication | Sum of operand decimal digits |
| Division | Determined by SET DECIMAL TO |
| Exponential | Determined by SET DECIMAL TO |
| LOG() | Determined by SET DECIMAL TO |
| EXP() | Determined by SET DECIMAL TO |
| SQRT() | Determined by SET DECIMAL TO |
| VAL() | Determined by SET DECIMAL TO |
SET FIXED ON
? 25141251/362
SET FIXED OFF