Skip to content

Commit

Permalink
link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nessan committed Aug 23, 2024
1 parent afb26c8 commit ac4d2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/polynomial/degree.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The `make_monic()` method does nothing to a zero polynomial.

## Degree versus Size

The *size* of a polynomial, as returned by the [polynomial::size] method, is the number of its coefficients.
The *size* of a polynomial, as returned by the {poly.size} method, is the number of its coefficients.
The *degree* of a polynomial is the index of its highest non-trivial power term.
For example,
$$
Expand Down

0 comments on commit ac4d2f0

Please sign in to comment.