Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed May 3, 2024
1 parent 39f5421 commit b50cb4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,10 @@ invalid function-like object.

* Function `polynomialSubresultants`, to compute the polynomial subresultants
of two sprays (while the `subresultants` function computes the principal
subresultants).
subresultants).

* Function `sturmHabichtSequence`, to compute the Sturm-Habicht sequence of a
spray.

* Function `principalSturmHabichtSequence`, to compute the principal
Sturm-Habicht sequence of a spray.
2 changes: 1 addition & 1 deletion tests/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ main = defaultMain $ testGroup
]
)

, testCase "sturmHabichtSequence" $ do
, testCase "sturmHabichtSequence & principalSturmHabichtSequence" $ do
let
x = qlone 1
y = qlone 2
Expand Down

0 comments on commit b50cb4a

Please sign in to comment.