Skip to content

Make CommonBigInteger/Decimal public #47

Description

@MisterAssm

kt-math 0.7.0 cannot be a pure porting of java.math.* BigInteger and BigDecimal, representative classes, are marked as internal, the constructors are then not available to users.

So for example, the sign-magnitude representation of a BigInteger in a BigInteger cannot be called for the creation of a BigInteger (for an RSA Kotlin/JS implementation)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions