diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-10-16 15:08:08 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-10-16 15:08:08 -0400 |
commit | 7972aec1b9f17a63696a58009588666bb1e5f982 (patch) | |
tree | 23f0ad6d1545419b6de100c1f544383a212431e5 | |
parent | 9696c9b2753f5d7a55eca94331d1ec01ced08e52 (diff) |
Added complex RPN functions
-rw-r--r-- | complexfunctions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/complexfunctions.html b/complexfunctions.html index f815b41..2b67a3a 100644 --- a/complexfunctions.html +++ b/complexfunctions.html @@ -12,7 +12,7 @@ Graph complex functions (C->C) <script src="http://www.numericjs.com/lib/numeric-1.2.6.min.js"></script> <script src="js/complex.js"></script> <script src="js/complexfunctions.js"></script> - <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> + <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$']]}}); </script> |