Crates.io | qcalc |
lib.rs | qcalc |
version | 0.15.2 |
source | src |
created_at | 2023-12-28 12:13:50.576642 |
updated_at | 2024-10-31 06:39:42.168622 |
description | qcalc is a simple but effective terminal calculator for quick access and ease of use. It supports history of expressions, built-in functions and stored variables |
homepage | https://github.com/OchirErkhembayar/tc#readme |
repository | https://github.com/OchirErkhembayar/tc |
max_upload_size | |
id | 1082379 |
size | 143,868 |
qcalc is a simple and effective calculator with a terminal user interface. It serves to avoid having to open up a web browser, phone or desktop calculator application for those who work from the terminal
cargo install qcalc
qcalc
The software is provided "as is," without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.
let pow = |a, b| a ** b
map([1, 2, 3], |x| x ** 3)