flow icon indicating copy to clipboard operation
flow copied to clipboard

MathContext

Open norberttech opened this issue 1 year ago • 0 comments

As pointed out in #1322, most of the mathematical operations (comparisons/sub/add, etc) are handled natively by PHP. But since PHP does not come with a Decimal type it can't be used like that.

The solution is to create a MathContext that would be responsible for all mathematical operations which would become a single point of change once we introduce DecimalType.

norberttech avatar Jan 06 '25 04:01 norberttech