JuliaMath / JuliaMath/FixedPointDecimals.jl
Add `Base.checked_pow(::FixedDecimal, ::Integer)`, now that it's introduced in Base.
Open
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.