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 e4786c5 commit 050790cCopy full SHA for 050790c
1 file changed
src/FixedPointDecimals.jl
@@ -94,7 +94,7 @@ struct FixedDecimal{T <: Integer, f} <: Real
94
else
95
throw(ArgumentError(
96
"Requested number of decimal places $f exceeds the max allowed for the " *
97
- "storage type $T: [0, $(max_exp10(T))]"
+ "storage type $T: [0, $n]"
98
))
99
end
100
0 commit comments