Rev 5921 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5921 | Rev 11288 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !set x=<i>x</i> |
1 | !set x=<i>x</i> |
2 | 2 | ||
3 | <p> |
3 | <p> |
4 | $x is a real number, which can be replaced by an expression, to allow |
4 | $x is a real number, which can be replaced by an expression, to allow |
5 | composite functions. |
5 | composite functions. |
6 | </ |
6 | </p> |
7 | $table_header |
7 | $table_header |
8 | $table_tr<th>Function</th><th>Description</th><th>How to type</th></tr> |
8 | $table_tr<th>Function</th><th>Description</th><th>How to type</th></tr> |
9 | $table_tr<td>$m_pi |
9 | $table_tr<td>$m_pi |
10 | </td><td>constant known to all</td><td> |
10 | </td><td>constant known to all</td><td> |
11 | <span class="tt">pi</span> or <span class="tt">Pi</span> or <span class="tt">PI</span></td></tr> |
11 | <span class="tt">pi</span> or <span class="tt">Pi</span> or <span class="tt">PI</span></td></tr> |
Line 49... | Line 49... | ||
49 | $table_tr<td>Argth($x)</td><td>inverse parabolic</td><td><span class="tt">atanh(x)</span> or <span class="tt">argth(x)</span> |
49 | $table_tr<td>Argth($x)</td><td>inverse parabolic</td><td><span class="tt">atanh(x)</span> or <span class="tt">argth(x)</span> |
50 | <br/>or <span class="tt">Argth(x)</span></td></tr> |
50 | <br/>or <span class="tt">Argth(x)</span></td></tr> |
51 | $table_tr<td>max(x,y)</td><td>Bigger among x and y</td><td><span class="tt">max(x,y)</span></td></tr> |
51 | $table_tr<td>max(x,y)</td><td>Bigger among x and y</td><td><span class="tt">max(x,y)</span></td></tr> |
52 | $table_tr<td>min(x,y)</td><td>Smaller among x and y</td><td><span class="tt">min(x,y)</td></tr> |
52 | $table_tr<td>min(x,y)</td><td>Smaller among x and y</td><td><span class="tt">min(x,y)</td></tr> |
53 | $table_tr<td>gcd(x,y)</td><td>Greatest Common Divisor</td><td><span class="tt">max(x,y)</td></tr> |
53 | $table_tr<td>gcd(x,y)</td><td>Greatest Common Divisor</td><td><span class="tt">max(x,y)</td></tr> |
54 | $table_tr<td>lcm(x,y)</td><td>Least Commun Multiple</td><td><span class="tt">min(x,y) |
54 | $table_tr<td>lcm(x,y)</td><td>Least Commun Multiple</td><td><span class="tt">min(x,y)</td></tr> |
55 | </table> |
55 | </table> |
56 | !exit |
56 | !exit |
57 | 57 | ||
58 | !! Add the following: |
58 | !! Add the following: |
59 | <ul> |
59 | <ul> |