Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.0
-
None
Description
Expression ( (9 * xs:long(5) ) div 1600) results in a double. This is because it creates the DivLong operation internally, which incorrectly produces double type as result when it should be decimal.