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 8e7b4ec commit 031543cCopy full SHA for 031543c
test/runtests.jl
@@ -74,6 +74,7 @@ end
74
for j in i:length(CONTAINER_TYPES)
75
f = FixedPointDecimals.max_exp10(CONTAINER_TYPES[j])
76
powt = FixedPointDecimals.coefficient(FD{T, f})
77
+ @test powt % 10 == 0
78
@test checked_mul(widen(powt), typemax(T)) == widemul(powt, typemax(T))
79
@test checked_mul(widen(powt), typemin(T)) == widemul(powt, typemin(T))
80
end
0 commit comments