FixedPointDecimals.jl icon indicating copy to clipboard operation
FixedPointDecimals.jl copied to clipboard

Lacks support for Base.big

Open baumgold opened this issue 1 year ago • 0 comments

FixedPointDecimals.jl should probably implement Base.big(::FixedDecimal) and Base.big(::Type{<:FixedDecimal}) since other packages may rely on this method. For example, JuliaData/DataFrames.jl#3418 is caused by not implementing this method.

baumgold avatar Jan 18 '24 21:01 baumgold