[READ-ONLY] Mirror of https://github.com/probablykasper/cpc. Text calculator with support for units and conversion cpc.kasper.space
calculator cli conversion converter library math package units units-converter wasm website
0

Configure Feed

Select the types of activity you want to include in your feed.

v1.7.0

Kasper (Jul 14, 2021, 12:03 AM +0200) 6aeee321 2ccee2cc

+3 -3
+1 -1
CHANGELOG.md
··· 1 - ## Next 1 + ## 1.7.0 - 2021 Jul 14 2 2 - Add operator words `plus`, `minus` and `times` 3 3 - Add operator phrases `multiplied by` and `divided by` 4 4 - Add operator symbol `÷`
+1 -1
Cargo.lock
··· 23 23 24 24 [[package]] 25 25 name = "cpc" 26 - version = "1.6.0" 26 + version = "1.7.0" 27 27 dependencies = [ 28 28 "decimal", 29 29 "regex",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "cpc" 3 - version = "1.6.0" 3 + version = "1.7.0" 4 4 description = "evaluates math expressions, with support for units and conversion between units" 5 5 authors = ["Kasper Henningsen"] 6 6 edition = "2018"