Description
The #Precision
system variable sets the precision (number of decimal places) for floating point calculation functions.
Usage
Used to round floating point numbers.
Syntax
#Precision=<value>
Parameters
<value>
, integer, number of decimal places.
Remarks
The default value is 2, for two decimal places.
See also
- Floating Point Calculation Functions
Example
#Precision=2