-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
Use Case
As a... driver engineer
I want... to add a fromStringRounded static method to Decimal128
So that... users can construct Decimal128 instances that make use of inexact rounding and make use of the spec compliant behaviour of Decimal128.fromString
User Impact
Will require users who were depending on the non-spec compliant rounding behaviour to change their code to make use of Decimal128.fromStringRounded
Dependencies
- N/A
Unknowns
- N/A
Acceptance Criteria
Implementation Requirements
- Copy implementation of fromStringRounded from
NODE-5594
Testing Requirements
- Copy tests added in
NODE-5594
Documentation Requirements
- Release notes
Follow Up Requirements
- See
NODE-5586