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 f486d6a commit 491d2e4Copy full SHA for 491d2e4
REQUIRE
@@ -1,3 +1,3 @@
1
julia 0.6
2
-Compat 0.40.0
+Compat 0.46.0
3
BinDeps
src/DecFP.jl
@@ -73,7 +73,7 @@ end
73
74
function Base.show(io::IO, x::DecimalFloatingPoint)
75
s = @sprintf("%g", x)
76
- if ismatch(r"^-?\d+$", s)
+ if contains(s, r"^-?\d+$")
77
s *= ".0"
78
end
79
print(io, s)
0 commit comments