FULLPREC INDEX

FULLPREC _ _ _ _ _ _ _ _ _ _ _ _ switch

Trailing zeroes of rounded numbers to the full system precision are normally not printed. If this information is needed, for example to get a more understandable indication of the accuracy of certain data, the switch fullprec can be turned on.

examples:


on rounded; 

1/2; 

  0.5 


on fullprec; 

ws; 

  0.500000000000

This is just an output options which neither influences the accuracy of the computation nor does it give additional information about the precision of the results. See also scientific_notation.