JuliaMath / JuliaMath/FixedPointDecimals.jl

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

Open
#92 0 comments 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
Julia
Stars
37
Forks
23
PR merge metrics
No merged PRs in 30d

Description

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

This was introduced in https://github.com/JuliaLang/julia/pull/52849.

The implementation just needs to forward to `Base.checked_power_by_squaring`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.