[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.5.1

Kasper (Jun 10, 2021, 9:45 PM +0200) dc1b0110 e4fc4790

+5 -2
+3
CHANGELOG.md
··· 1 + ## 1.5.1 - 2021 Jun 10 2 + - Fix numbers unnecessarily displayed in E notation 3 + 1 4 ## 1.5.0 - 2021 Apr 21 2 5 - Remove `TokenVector` type 3 6 - Rename `--debug` to `--verbose` and `-v`
+1 -1
Cargo.lock
··· 14 14 15 15 [[package]] 16 16 name = "cpc" 17 - version = "1.5.0" 17 + version = "1.5.1" 18 18 dependencies = [ 19 19 "decimal", 20 20 ]
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "cpc" 3 - version = "1.5.0" 3 + version = "1.5.1" 4 4 description = "evaluates math expressions, with support for units and conversion between units" 5 5 authors = ["Kasper Henningsen"] 6 6 edition = "2018"