diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2023-07-28 21:47:10 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2023-07-28 21:47:10 -0230 |
| commit | ca2dd62a0264c4dbe836f6fa01c2b8e3cf2a6091 (patch) | |
| tree | 6abb429fe324ddef31ffd9dd727147f34a7e0778 /doc/func.1 | |
| parent | 33653d5cda4ac2fa237a85ede2820a4771b83b47 (diff) | |
| download | pfc-ca2dd62a0264c4dbe836f6fa01c2b8e3cf2a6091.zip | |
split man page into multiple files
Diffstat (limited to 'doc/func.1')
| -rw-r--r-- | doc/func.1 | 33 |
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. |