Identifier: cond_precision

Type

numeric

Description

The precision used when comparing numeric values for equality. This value is used within conditional clauses (if, switch, unless, until, while) and filter comparisons. Two numeric values are considered equal if the difference between them rounded to cond_precision decimal places is 0.

At system startup, the value is 4.