1
|
1 webcalc
|
|
2 =======
|
|
3
|
|
4 *through the web calculator*
|
|
5
|
|
6 Usage
|
|
7 -----
|
|
8
|
|
9 webcalc uses the full path of the URL as a calculator:
|
|
10
|
|
11 ``http://127.0.0.1:5151/(5+3)/2``
|
|
12
|
|
13 Should yield a ``text/plain`` document with contents ``4.0``.
|
|
14
|
|
15 Query string arguments may be used to iterate over arguments:
|
|
16
|
|
17 ``http://127.0.0.1:5151/(5+a)/2?a=1..10``
|
|
18
|
|
19 Values and ranges may be comma separated (e.g. ``a=1,3,5..10``).
|
|
20 Ranges may be specified as *start, step, end*. If *step* is omitted,
|
|
21 it is taken to be 1.0.
|
|
22
|
|
23 TODO
|
|
24 ----
|
|
25
|
|
26 * add multiple front ends, including a graphing calculator
|