Closed
Description
Describe the bug
Decimal.gte
return false even when the two values being compared are equal.
To Reproduce
Call Decimal.gte
with two values that are equal.
Expected behavior
It should return true when the values are equal.
Describe the bug
Decimal.gte
return false even when the two values being compared are equal.
To Reproduce
Call Decimal.gte
with two values that are equal.
Expected behavior
It should return true when the values are equal.