Skip to content

Commit

Permalink
Update src/Poly.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Max Horn <max@quendi.de>
  • Loading branch information
thofma and fingolfin authored Feb 13, 2024
1 parent 6284954 commit bcde35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Poly.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2204,8 +2204,8 @@ end
compose(f::PolyRingElem, g::PolyRingElem; side)
Compose the polynomial $a$ with the polynomial $b$ and return the result.
- If `side = :right`, then `f(g)` is returned and `g` must have positive valuation.
- If `side = :left`, then `g(f)` is returned and `f` must have positive valuation.
- If `side = :right`, then `f(g)` is returned.
- If `side = :left`, then `g(f)` is returned.
"""
function compose(f::PolyRingElem, g::PolyRingElem; side = nothing)
if side === nothing
Expand Down

0 comments on commit bcde35f

Please sign in to comment.