You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/ideal.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ ideals.
116
116
### Containment
117
117
118
118
```@docs
119
-
contains(::Generic.Ideal{T}, ::Generic.Ideal{T}) where T <: RingElement
119
+
is_subset(::Generic.Ideal{T}, ::Generic.Ideal{T}) where T <: RingElement
120
120
```
121
121
122
122
```@docs
@@ -146,10 +146,10 @@ AbstractAlgebra.Generic.Ideal{AbstractAlgebra.Generic.Poly{BigInt}}(Univariate p
146
146
julia> J = Generic.Ideal(R, W)
147
147
AbstractAlgebra.Generic.Ideal{AbstractAlgebra.Generic.Poly{BigInt}}(Univariate polynomial ring in x over integers, AbstractAlgebra.Generic.Poly{BigInt}[282, 3*x + 255, x^2 + 107])
0 commit comments