| 36 | | ------------------------------------------------------- |
| 37 | | i \+ i i i addition of integers |
| 38 | | i \- i i i subtraction of integers |
| 39 | | i \* i i i multiplication of integers |
| 40 | | i div i i i division of integers (no remainder) |
| 41 | | i mod i i i remainder of integer division |
| 42 | | ------ --------- ---------- ---------- ----------- ---- |
| | 36 | -------------------------------------------------------- |
| | 37 | i \+ i i i addition of integers |
| | 38 | i \- i i i subtraction of integers |
| | 39 | i \* i i i multiplication of integers |
| | 40 | i div i i i division of integers (no remainder) |
| | 41 | i mod i i i remainder of integer division |
| | 42 | i int i (undocumented) |
| | 43 | ------ ---------- ---------- ---------- ----------- ---- |
| 44 | | ------------------------------------------------------- |
| 45 | | r \+ r r r addition of real numbers |
| 46 | | r \- r r r subtraction of real numbers |
| 47 | | r \* r r r multiplication of real numbers |
| 48 | | r div r r r division of real numbers |
| 49 | | r abs r r remove sign |
| 50 | | r arccos r r arccos of <operand1> in degrees |
| 51 | | r arcsin r r arcsin of <operand1> in degrees |
| 52 | | r arctan r r arctan of <operand1> in degrees |
| 53 | | r arctan2 r r r arctan of <operand1>/<operand2> in degrees |
| 54 | | r cos r r cosine of <operand1> (input in degrees) |
| 55 | | r sin r r sine of <operand1> (input in degrees) |
| 56 | | r tan r r tangens of <operand1> (input in degrees) |
| 57 | | r cosh r r cosh of <operand1> |
| 58 | | r sinh r r sinh of <operand1> |
| 59 | | r tanh r r tanh of <operand1> |
| 60 | | r exp r r exp(<operand1>) |
| 61 | | r ln r r natural logarithm |
| 62 | | r log r r decimal logarithm |
| 63 | | r power r r r exponentiation of <operand1> by <operand2> |
| 64 | | r sqrt r r square root of <operand1> |
| 65 | | ------ --------- ---------- ---------- ----------- ---- |
| | 45 | -------------------------------------------------------- |
| | 46 | r \+ r r r addition of real numbers |
| | 47 | r \- r r r subtraction of real numbers |
| | 48 | r \* r r r multiplication of real numbers |
| | 49 | r div r r r division of real numbers |
| | 50 | r abs r r remove sign |
| | 51 | r arccos r r arccos of <operand1> in degrees |
| | 52 | r arcsin r r arcsin of <operand1> in degrees |
| | 53 | r arctan r r arctan of <operand1> in degrees |
| | 54 | r arctan2 r r r arctan of <operand1>/<operand2> in degrees |
| | 55 | r cos r r cosine of <operand1> (input in degrees) |
| | 56 | r sin r r sine of <operand1> (input in degrees) |
| | 57 | r tan r r tangens of <operand1> (input in degrees) |
| | 58 | r cosh r r cosh of <operand1> |
| | 59 | r sinh r r sinh of <operand1> |
| | 60 | r tanh r r tanh of <operand1> |
| | 61 | r exp r r exp(<operand1>) |
| | 62 | r ln r r natural logarithm |
| | 63 | r log r r decimal logarithm |
| | 64 | r power r r r exponentiation of <operand1> by <operand2> |
| | 65 | r sqrt r r square root of <operand1> |
| | 66 | ------ ---------- ---------- ---------- ----------- ---- |
| 67 | | ------------------------------------------------------- |
| 68 | | s \+ s s s concatenation with blank |
| 69 | | s parse s i s takes "<operand2>"-th substring of <operand1> |
| 70 | | s extract s i(+i) s extracts <p> chars from pos <operand2> |
| 71 | | ------ --------- ---------- ---------- ----------- ---- |
| | 68 | -------------------------------------------------------- |
| | 69 | s \+ s s s concatenation with blank |
| | 70 | s parse s i s takes "<operand2>"-th substring of <operand1> |
| | 71 | s extract s i(+i) s extracts <p> chars from pos <operand2> |
| | 72 | s lower s s (undocumented) |
| | 73 | s lowercase s (undocumented) |
| | 74 | s upper s (undocumented) |
| | 75 | s phaseupper s (undocumented) |
| | 76 | s doslash s (undocumented) |
| | 77 | s qname s (undocumented) |
| | 78 | s strlen s (undocumented) |
| | 79 | ------ ---------- ---------- ---------- ----------- ---- |
| 73 | | ------------------------------------------------------- |
| 74 | | t tdiff t t r computes difference of absolute times in sec |
| 75 | | t tadd t r t adds <operand2> secs to <operand1> |
| 76 | | ====== ========= ========== ========== =========== ==== |
| | 81 | -------------------------------------------------------- |
| | 82 | t tdiff t t r computes difference of absolute times in sec |
| | 83 | t tadd t r t adds <operand2> secs to <operand1> |
| | 84 | t julian t (undocumented) |
| | 85 | t cnv_julian t (undocumented) |
| | 86 | t make_time t (undocumented) |
| | 87 | ====== ========== ========== ========== =========== ==== |