We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317c82b commit 685b3dcCopy full SHA for 685b3dc
src/FixedPointDecimals.jl
@@ -500,6 +500,7 @@ function max_exp10(::Type{T}) where {T <: Integer}
500
end
501
502
max_exp10(::Type{BigInt}) = -1
503
+
504
# Freeze the evaluation for BitInteger types, since max_exp10() is too compilicated to get
505
# optimized away by the compiler during const-folding. (We can't freeze for user-defined
506
# types because we don't know what they are yet.)
0 commit comments