summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-10-16 15:12:51 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2016-10-16 15:12:51 -0400
commit5f8337921b775d9262822deab39a23eab6e5146d (patch)
tree3e895376a70ad391c72bc371cbfa8e0bb4959f11
parent7972aec1b9f17a63696a58009588666bb1e5f982 (diff)
Finished RPN complex functions
-rw-r--r--all.html8
-rw-r--r--mathematical.html8
-rw-r--r--screenshots/RPN.pngbin0 -> 35011 bytes
3 files changed, 16 insertions, 0 deletions
diff --git a/all.html b/all.html
index b84190d..d1cf265 100644
--- a/all.html
+++ b/all.html
@@ -117,6 +117,14 @@
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project">
+ <img src="screenshots/RPN.png" width=200 height=200><br>
+ <div class="project-title"><a href="complexfunctions.html">Graph reverse polish notation complex functions</a></div>
+ Visualize complex functions.
+ </div>
+ </div>
+
+ <div class="row">
+ <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project">
<img src="screenshots/mazesolver.png" width=200 height=200><br>
<div class="project-title"><a href="mazesolver.html">Maze Solver</a></div>
Create a maze, choose a starting point and an
diff --git a/mathematical.html b/mathematical.html
index e91d638..a31de3e 100644
--- a/mathematical.html
+++ b/mathematical.html
@@ -46,6 +46,14 @@
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project">
+ <img src="screenshots/RPN.png" width=200 height=200><br>
+ <div class="project-title"><a href="complexfunctions.html">Graph reverse polish notation complex functions</a></div>
+ Visualize complex functions.
+ </div>
+ </div>
+
+ <div class="row">
+ <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project">
<img src="screenshots/mandelbrot.png" width=250 height=250><br>
<div class="project-title"><a href="mandelbrot.html">The Mandelbrot Set</a></div>
This program draws the Mandelbrot Set. You can
diff --git a/screenshots/RPN.png b/screenshots/RPN.png
new file mode 100644
index 0000000..8c68c22
--- /dev/null
+++ b/screenshots/RPN.png
Binary files differ