You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into a scenario wherein I'd like to assert a BigDecimal to be within range of a target value with a specified error margin. Thus I added the following custom extension:
I'll be looking into it, it will take slightly more work for the other numerical types to make it possibly generic if possible, but I'd like to contribute nonetheless once I find the time.
I ran into a scenario wherein I'd like to assert a
BigDecimal
to be within range of a target value with a specified error margin. Thus I added the following custom extension:I expected this to already be a part of the library, but it wasn't. Have you considered adding this to the library?
The text was updated successfully, but these errors were encountered: