Skip to content

Commit 6cc4f3e

Browse files
committed
edits
1 parent e29591d commit 6cc4f3e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/show.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
## real numbers should pritn 1.0, not suppress?
2-
3-
## Poly{T} is basically T[x]
4-
## T[x] may not have an order
1+
## Poly{T} is basically T[x], with T a Ring.
2+
## T[x] may not have an order so abs, comparing to 0 may not be defined.
53

64
## to handle this case we create some functions
75
## which can be modified by users for other Ts

0 commit comments

Comments
 (0)