FixedPointDecimals.jl
FixedPointDecimals.jl copied to clipboard
Lacks support for Base.big
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.