You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Precision is the total number of the digits in a number. Scale is the number of digits to the right of the decimal point.
In dg-example-default, samplemachine.xml defines var_2_6 as expr="%number(5,2)". DG generates values such as 85829.40 and 61140.01. To be consistent with the ANSI definition, the generated values should be like 858.29 and 611.40
The text was updated successfully, but these errors were encountered:
Precision is the total number of the digits in a number. Scale is the number of digits to the right of the decimal point.
In dg-example-default, samplemachine.xml defines var_2_6 as expr="%number(5,2)". DG generates values such as 85829.40 and 61140.01. To be consistent with the ANSI definition, the generated values should be like 858.29 and 611.40
The text was updated successfully, but these errors were encountered: