From 9b477c4c5d298ae32cb10a3be947b5525348324b Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 16 Oct 2016 15:54:48 -0400 Subject: Added log, multiple functions & width/height control to RPN. --- complexfunctions.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'complexfunctions.html') diff --git a/complexfunctions.html b/complexfunctions.html index 2b67a3a..5917c00 100644 --- a/complexfunctions.html +++ b/complexfunctions.html @@ -9,7 +9,6 @@ Graph complex functions (C->C) - @@ -39,6 +38,20 @@ Graph complex functions (C->C)
+
+
+ Width + +
+
+
+
+
+ Height + +
+
+
@@ -56,6 +69,7 @@ Graph complex functions (C->C) Postfix notation looks like this: $$a\ b + c \sin +$$ For a more simple example, $a + b$ would be $a\ b\ +$, and $\sin x$ would be $x \sin$. + You can plot multiple functions by separating them with commas, but it will be slow.

List of all functions and constants

@@ -77,6 +91,8 @@ Graph complex functions (C->C) + + -- cgit v1.2.3
Function or constant What it means
sin Sine
cos Cosine
tan Tangent
ln Natural logarithm ($\log_e x$)
log Logarithm ($\log_a b$)
sinh Hyperbolic sine
cosh Hyperbolic cosine
tanh Hyperbolic tangent