aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2023-03-13 20:33:40 -0230
committerSam Anthony <sam@samanthony.xyz>2023-03-13 20:33:40 -0230
commitc83c2315dd45bb0bc590995ea0899a0ebd1b59dc (patch)
treebf01bf5922f5bf52a38e638d3d0bdcd8d77fabb7
parent59a236d70b9bdd4d18ee95fb6890727c42f17194 (diff)
downloadpfc-c83c2315dd45bb0bc590995ea0899a0ebd1b59dc.zip
update man page
-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.