diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-10-16 15:12:51 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-10-16 15:12:51 -0400 |
commit | 5f8337921b775d9262822deab39a23eab6e5146d (patch) | |
tree | 3e895376a70ad391c72bc371cbfa8e0bb4959f11 /mathematical.html | |
parent | 7972aec1b9f17a63696a58009588666bb1e5f982 (diff) |
Finished RPN complex functions
Diffstat (limited to 'mathematical.html')
-rw-r--r-- | mathematical.html | 8 |
1 files changed, 8 insertions, 0 deletions
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 |