Open
Description
Fhirpath spec:
The Decimal type represents real values in the range (-10^28+1)/10^8 to (10^28-1)/10^8 with a step size of 10^-8.
Details
au.csiro.pathling.errors.InvalidUserInputError: Decimal literal exceeded maximum scale supported (6): 0.66666667
- 1.2 / 1.8 = 0.66666667 [** testDivide5]
au.csiro.pathling.errors.InvalidUserInputError: Decimal literal exceeded maximum scale supported (6): 0.6666667
- 1.2 / 1.8 != 0.6666667 [** testNEquality22]
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog