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.