diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2023-02-11 12:04:43 -0330 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2023-02-11 12:04:43 -0330 |
| commit | 732f607355ffc11cac26fe2ef6c2f8c8c86f9d16 (patch) | |
| tree | 504fcf0910187c0356b9853cef413e0bc1a7496c | |
| parent | 770beedb4466c02a8dc34fc0e1ef2af7bb421331 (diff) | |
| download | pfc-0.6.0.zip | |
update man page and version numberv0.6.0
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | config.mk | 2 | ||||
| -rw-r--r-- | pfc.1 | 7 |
4 files changed, 10 insertions, 3 deletions
@@ -113,7 +113,7 @@ dependencies = [ [[package]] name = "pfc" -version = "0.5.1" +version = "0.6.0" dependencies = [ "crossterm", "tui", @@ -1,6 +1,6 @@ [package] name = "pfc" -version = "0.5.1" +version = "0.6.0" edition = "2021" [dependencies] @@ -1,4 +1,4 @@ -VERSION = 0.5 +VERSION = 0.6 PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man @@ -78,3 +78,10 @@ Convert radians to degrees. .TP .B rad Convert degrees to radians. +.SS Constants +.TP +.B pi +Archimedes’ constant (π). +.TP +.B e +Euler’s number (e). |