Skip to content

Commit

Permalink
wrking out polynomial issues
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcooke committed Mar 8, 2014
1 parent 46c8c50 commit 0839cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/IntModN.jl
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ function print{Z<:ZModN}(io::IO, p::Poly{Z})
end
print(io, " mod $(modulus(Z))")
end

function show{Z<:ZModN}(io::IO, p::Poly{Z})
print(io, "P($Z")
for i in 1:length(p)
Expand Down

0 comments on commit 0839cbb

Please sign in to comment.