PRINT_PRECISION INDEX

PRINT\_PRECISION _ _ _ _ _ _ _ _ _ _ _ _ declaration

syntax:

print_precision(<integer>) or print_precision <integer>

In rounded mode, numbers are normally printed to the spec ified precision. If the user wishes to print such numbers with less precision, the printing precision can be set by the declaration print_precision.

examples:


on rounded; 

1/3; 

  0.333333333333 


print_precision 5; 

1/3 

  0.33333