From ac4d2f0521aea0ad0286caf67849b3af6da4398d Mon Sep 17 00:00:00 2001 From: nessan Date: Fri, 23 Aug 2024 12:53:42 +0100 Subject: [PATCH] link fix --- docs/pages/polynomial/degree.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/polynomial/degree.qmd b/docs/pages/polynomial/degree.qmd index d201b16..82826d3 100644 --- a/docs/pages/polynomial/degree.qmd +++ b/docs/pages/polynomial/degree.qmd @@ -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, $$