aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2023-03-13 21:33:13 -0230
committerSam Anthony <sam@samanthony.xyz>2023-03-13 21:33:13 -0230
commite802373084b40bbecdf2ef214449961d0c482cc4 (patch)
tree42801a2a74f3dd35bf135bffb9a67575fd82605b
parent8756ace462ab94e540d53c633b7e76c21b7a6bcd (diff)
downloadpfc-e802373084b40bbecdf2ef214449961d0c482cc4.zip
update man page
-rw-r--r--pfc.19
1 files changed, 9 insertions, 0 deletions
diff --git a/pfc.1 b/pfc.1
index 869f96b..348cec2 100644
--- a/pfc.1
+++ b/pfc.1
@@ -67,6 +67,15 @@ Cosine function.
.B tan
Tangent function.
.TP
+.B asin
+Inverse sine function.
+.TP
+.B acos
+Inverse cosine function.
+.TP
+.B atan
+Inverse tangent function.
+.TP
.B deg
Convert radians to degrees.
.TP