From a8cc797d0fbb28d830851d8419adf11ba607cc36 Mon Sep 17 00:00:00 2001 From: Connor Date: Thu, 10 Aug 2017 12:17:25 -0700 Subject: [PATCH] --- desmos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desmos.md b/desmos.md index 9bbf23a..60fa154 100644 --- a/desmos.md +++ b/desmos.md @@ -44,8 +44,8 @@ made with [the excellent lolremez](https://github.com/samhocevar/lolremez). ### [e^(-2/x) approximations](https://www.desmos.com/calculator/q8jtxgnmlh) -i forget where i read about this but basically you can compute -`e^(-2/x)` using `(x-1)/(x+1)` when x is large. +i forget where i read about this but basically you can +approximate `e^(-2/x)` by `(x-1)/(x+1)` when x is large. the black line shows the absolute error.