aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pfc.124
1 files changed, 9 insertions, 15 deletions
diff --git a/pfc.1 b/pfc.1
index e253eb5..869f96b 100644
--- a/pfc.1
+++ b/pfc.1
@@ -37,6 +37,9 @@ Delete the contents of the input buffer.
.TP
.B Shift-c
Delete the contents of the input buffer and the stack.
+.TP
+.B Shift-a
+Toggle between degree and radian mode.
.SS Operators
.TP
.B +
@@ -55,23 +58,14 @@ Division.
Exponentiation.
.SS Functions
.TP
-.B dsin
-Sine function (degrees).
-.TP
-.B dcos
-Cosine function (degrees).
-.TP
-.B dtan
-Tangent function (degrees).
-.TP
-.B rsin
-Sine function (radians).
+.B sin
+Sine function.
.TP
-.B rcos
-Cosine function (radians).
+.B cos
+Cosine function.
.TP
-.B rtan
-Tangent function (radians).
+.B tan
+Tangent function.
.TP
.B deg
Convert radians to degrees.