diff options
Diffstat (limited to '_Programming_With_C/chapter5.ipynb')
-rw-r--r-- | _Programming_With_C/chapter5.ipynb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/_Programming_With_C/chapter5.ipynb b/_Programming_With_C/chapter5.ipynb index b76ef801..ea09f2bd 100644 --- a/_Programming_With_C/chapter5.ipynb +++ b/_Programming_With_C/chapter5.ipynb @@ -25,7 +25,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "#Compound Interest\n",
"\n",
"import math\n",
"\n",
@@ -59,7 +58,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "#Real Rppts of a Quadratic Equation\n",
"\n",
"import math\n",
"\n",
|