From 399b3791241e7dcbfb0ea76e87908b4d9105efe0 Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Wed, 29 May 2024 00:30:43 -0300 Subject: [PATCH] Update README.md Signed-off-by: Fabiana Campanari --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff5aa91..883c479 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ The given function is a polynomial function of the form: $$f(x)=axn+bxn−1+cxn−2+...+dx+e$$ - function of the form f(x)=axn+bxn−1+cxn−2+...+dx+e. As x approaches infinity, the highest power of x in the function dominates the value of the function. This means that we can ignore all the lower-order terms, and simply consider the behavior of the highest-order term. + The function of the form f(x)=axn+bxn−1+cxn−2+...+dx+e. As x approaches infinity, the highest power of x in the function dominates the value of the function. This means that we can ignore all the lower-order terms, and simply consider the behavior of the highest-order term.