diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | config.mk | 2 | ||||
| -rw-r--r-- | pfc.1 | 9 |
4 files changed, 12 insertions, 3 deletions
@@ -113,7 +113,7 @@ dependencies = [ [[package]] name = "pfc" -version = "0.4.0" +version = "0.5.0" dependencies = [ "crossterm", "tui", @@ -1,6 +1,6 @@ [package] name = "pfc" -version = "0.4.0" +version = "0.5.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -1,4 +1,4 @@ -VERSION = 0.4 +VERSION = 0.5 PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man @@ -53,3 +53,12 @@ Division. .TP .B ^ Exponentiation. +.TP +.B sin +Sine function (radians). +.TP +.B cos +Cosine function (radians). +.TP +.B tan +Tangent function (radians). |