diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2023-03-13 21:33:13 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2023-03-13 21:33:13 -0230 |
| commit | e802373084b40bbecdf2ef214449961d0c482cc4 (patch) | |
| tree | 42801a2a74f3dd35bf135bffb9a67575fd82605b | |
| parent | 8756ace462ab94e540d53c633b7e76c21b7a6bcd (diff) | |
| download | pfc-e802373084b40bbecdf2ef214449961d0c482cc4.zip | |
update man page
| -rw-r--r-- | pfc.1 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |