You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fixtures/help.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,10 @@ <h1>RPN-rs is a graphical reverse polish notation (RPN) calculator</h1>
117
117
<tr><td>expand</td><td>1</td><tdcolspan=2>Push all the values from tuple onto the stack</td></tr>
118
118
119
119
<tr><thcolspan=4>Statistical Operations (meaningful on tuples and matrices)</th></tr>
120
-
<tr><td>avg | mean</td><td>1</td><td>Find the average value</td><td><i>avg(x)</i></td></tr>
120
+
<tr><td>avg | mean | amean | AM</td><td>1</td><td>Find the average value (<ahref="https://en.wikipedia.org/wiki/Arithmetic_mean">Arithmetic mean</a>)</td><td><i>avg(x)</i></td></tr>
121
+
<tr><td>gmean | GM</td><td>1</td><td>Find the <ahref="https://en.wikipedia.org/wiki/Geometic_mean">Geometric mean</a></td><td><i>GM(x)</i></td></tr>
122
+
<tr><td>hmean | HM </td><td>1</td><td>Find the <ahref="https://en.wikipedia.org/wiki/Harmonic_mean">Harmonic mean</a></td><td><i>HM(x)</i></td></tr>
123
+
<tr><td>gmdn</td><td>1</td><td>Conduct one iteration of the <ahref="https://xkcd.com/2435/">Geothmetic meandian</a> function</td><td><i>GMDN(x)</i></td></tr>
121
124
<tr><td>median</td><td>1</td><td>Find the median value</td><td><i>median(x)</i></td></tr>
122
125
<tr><td>(sd)ev | sigma</td><td>1</td><td>Find the <ahref="https://en.wikipedia.org/wiki/Standard_deviation">standard deviation</a></td><td><i>sigma(x)</i></td></tr>
123
126
<tr><td>sum</td><td>1</td><tdcolspan=2>Add all values in element togther and return sum</td></tr>
0 commit comments