diff options
Diffstat (limited to 'doc/op.1')
| -rw-r--r-- | doc/op.1 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/op.1 b/doc/op.1 new file mode 100644 index 0000000..1122576 --- /dev/null +++ b/doc/op.1 @@ -0,0 +1,25 @@ +.SS Operators +. +.TP +.B + +Addition. +. +.TP +.B - +Subtraction. +. +.TP +.B * +Multiplication. +. +.TP +.B / +Division. +. +.TP +.B % +Modulo/remainder. +. +.TP +.B ^ +Exponentiation. |