From 7029614caa915e2b93d10b3b952407d02977909a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiana=20=F0=9F=9A=80=20=20Campanari?= <113218619+FabianaCampanari@users.noreply.github.com> Date: Sun, 5 Jan 2025 18:14:22 -0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabiana 🚀 Campanari <113218619+FabianaCampanari@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13ae29f..0d55e08 100644 --- a/README.md +++ b/README.md @@ -286,9 +286,9 @@ Even though ( x ) is negative, the highest power term ( x^4 ) will still lead t
-The limit as ( x ) approaches infinity for ( 2x^5 - 3x^2 + 6 ) is:
 +The limit as ( x ) approaches infinity for $\( 2x^5 - 3x^2 + 6 ) is:
 -The limit as ( x ) approaches negative infinity for ( 2x^4 - 3x^3 + x + 6 ) is:
 +The limit as ( x ) approaches negative infinity for $\( 2x^4 - 3x^3 + x + 6 )$ is:
 $\lim_{x \to -\infty} (2x^4 - 3x^3 + x + 6) = \infty$