Skip to content

Add Base.checked_pow(::FixedDecimal, ::Integer), now that it's introduced in Base. #92

Open
@NHDaly

Description

@NHDaly

Newer versions of Julia come with Base.checked_pow(::Integer, ::Integer), which needs to be extended for FDs.

This was introduced in JuliaLang/julia#52849.

The implementation just needs to forward to Base.checked_power_by_squaring.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions