diff options
| -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 |