Skip to content

Decimal literal exceeded maximum scale supported (6) #2144

@piotrszul

Description

@piotrszul

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

No one assigned

    Labels

    fhirpathRelated to fhirpath reference implementationnew featureNew feature or request

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions