Skip to content

Attach an adapter for BigDecimal for extension methods. #9

Description

@TheSquidCombatant

It is assumed that it is possible to add extension methods for BigDecimal by converting BigDecimal to BigInteger and reusing extension methods for BigInteger.

We should check what is currently available on the BigDecimal data type in C#, see how other libraries work with it.

If there is nothing suitable, then, perhaps, implement the BigDecimal data type yourself. And add implementations of mathematical methods to this class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    longThis may take a few weeksmediumThis requires being a programmer

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions