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 347fbaa commit 1f61dd8Copy full SHA for 1f61dd8
src/show.jl
@@ -6,7 +6,6 @@ if VERSION < v"0.7.0-DEV.1144" # Define `isone` for base types JuliaLang/julia#2
6
isone(x::T) where T = x == one(T)
7
end
8
9
-
10
function show(io::IO, m::AbstractMonomial)
11
if isconstant(m)
12
print(io, '1')
0 commit comments