From ca2dd62a0264c4dbe836f6fa01c2b8e3cf2a6091 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 28 Jul 2023 21:47:10 -0230 Subject: split man page into multiple files --- doc/func.1 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/func.1 (limited to 'doc/func.1') 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. -- cgit v1.2.3