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 e29591d commit 6cc4f3eCopy full SHA for 6cc4f3e
src/show.jl
@@ -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
+## Poly{T} is basically T[x], with T a Ring.
+## T[x] may not have an order so abs, comparing to 0 may not be defined.
5
6
## to handle this case we create some functions
7
## which can be modified by users for other Ts
0 commit comments