"A [Maclauren series](https://mathworld.wolfram.com/MaclaurinSeries.html) is an infinite series of terms that can be used to approximate more complex functions quickly.\n",
"A [Maclaurin series](https://mathworld.wolfram.com/MaclaurinSeries.html) is an infinite series of terms that can be used to approximate more complex functions quickly.\n",
"\n",
"You're going to approximate $e^x$ by using the first few terms of the series. The series equation for $e^x$ is this:\n",
"\n",
...
...
@@ -39,7 +39,7 @@
"outputs": [],
"source": [
"def e_x(x, terms=10):\n",
" \"\"\"Approximates $e^x$ using 'terms' terms of the Maclauren series\"\"\"\n",
" \"\"\"Approximates $e^x$ using a given number of terms of the Maclaurin series\"\"\"\n",