diff options
| -rw-r--r-- | pfc.1 | 24 |
1 files changed, 9 insertions, 15 deletions
@@ -37,6 +37,9 @@ Delete the contents of the input buffer. .TP .B Shift-c Delete the contents of the input buffer and the stack. +.TP +.B Shift-a +Toggle between degree and radian mode. .SS Operators .TP .B + @@ -55,23 +58,14 @@ Division. Exponentiation. .SS Functions .TP -.B dsin -Sine function (degrees). -.TP -.B dcos -Cosine function (degrees). -.TP -.B dtan -Tangent function (degrees). -.TP -.B rsin -Sine function (radians). +.B sin +Sine function. .TP -.B rcos -Cosine function (radians). +.B cos +Cosine function. .TP -.B rtan -Tangent function (radians). +.B tan +Tangent function. .TP .B deg Convert radians to degrees. |