spire icon indicating copy to clipboard operation
spire copied to clipboard

Create better BigDecimal type

Open non opened this issue 10 years ago • 1 comments

This is somewhat predicated on #226. If we had a faster big integer type, we could also build a better decimal type.

One mistakes to avoid repeating: do not store math contexts in particular instances. If someone is interested in this they should be experienced enough with numerical analysis to be sure they get the correct rounding/approximation results for decimal math.

This task could also involve creating base-2 fractional type rather than base-10, if that seemed better.

non avatar Mar 11 '14 21:03 non