aboutsummaryrefslogtreecommitdiffstats
path: root/doc/func.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/func.1')
-rw-r--r--doc/func.133
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/func.1 b/doc/func.1
new file mode 100644
index 0000000..364cdf6
--- /dev/null
+++ b/doc/func.1
@@ -0,0 +1,33 @@
+.SS Functions
+.
+.TP
+.B sin
+Sine function.
+.
+.TP
+.B cos
+Cosine function.
+.
+.TP
+.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
+.B rad
+Convert degrees to radians.