aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2023-02-11 11:46:25 -0330
committerSam Anthony <sam@samanthony.xyz>2023-02-11 11:46:25 -0330
commite87b158a0d0c6c33e19c14b2d8e62fc782a62be7 (patch)
tree0a4c1caffa2d43dea4f66ad1e1a25dcfadc0b431
parenta91472045233160b667ac5112c4a85bfed4f9a95 (diff)
downloadpfc-e87b158a0d0c6c33e19c14b2d8e62fc782a62be7.zip
update man page
-rw-r--r--pfc.116
1 files changed, 13 insertions, 3 deletions
diff --git a/pfc.1 b/pfc.1
index efcdd2a..b90cc65 100644
--- a/pfc.1
+++ b/pfc.1
@@ -53,12 +53,22 @@ Division.
.TP
.B ^
Exponentiation.
+.SS Functions
.TP
-.B sin
+.B dsin
+Sine function (degrees).
+.TP
+.B dcos
+Cosine function (degrees).
+.TP
+.B dtan
+Tangent function (degrees).
+.TP
+.B rsin
Sine function (radians).
.TP
-.B cos
+.B rcos
Cosine function (radians).
.TP
-.B tan
+.B rtan
Tangent function (radians).