diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2023-03-13 20:33:40 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2023-03-13 20:33:40 -0230 |
| commit | c83c2315dd45bb0bc590995ea0899a0ebd1b59dc (patch) | |
| tree | bf01bf5922f5bf52a38e638d3d0bdcd8d77fabb7 | |
| parent | 59a236d70b9bdd4d18ee95fb6890727c42f17194 (diff) | |
| download | pfc-c83c2315dd45bb0bc590995ea0899a0ebd1b59dc.zip | |
update man page
| -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. |