FixedPointDecimals.jl
FixedPointDecimals.jl copied to clipboard
Don't typemin/typemax when unable to
typemin and typemax are not defined for some integer types though we use them quite often. This offers replacements and guards.