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

Bump version

Kasper (May 30, 2025, 1:32 AM +0200) 31acf609 2305d0af

+3 -3
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 2.0.0 - 2025 May 30 4 4 - Remove the `degrees` keyword which referred to `celcius` by default 5 5 - Remove the `default_degrees` argument from `eval()` and `lex()`. Not necessary now that the `degrees` keyword is removed 6 6 - Fix trigonometry imprecision
+1 -1
Cargo.lock
··· 28 28 29 29 [[package]] 30 30 name = "cpc" 31 - version = "1.9.3" 31 + version = "2.0.0" 32 32 dependencies = [ 33 33 "decimal", 34 34 "regex",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "cpc" 3 - version = "1.9.3" 3 + version = "2.0.0" 4 4 description = "evaluates math expressions, with support for units and conversion between units" 5 5 authors = ["Kasper Henningsen"] 6 6 edition = "2024"