Path to this page:
./
math/qcalc,
Terminal GUI calculator
Branch: CURRENT,
Version: 0.15.2,
Package name: qcalc-0.15.2,
Maintainer: pinqcalc 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.
Master sites:
Filesize: 30.258 KB
Version history: (Expand)
- (2024-10-31) Updated to version: qcalc-0.15.2
- (2024-09-11) Updated to version: qcalc-0.14.4
- (2024-08-04) Updated to version: qcalc-0.14.3
- (2024-06-16) Updated to version: qcalc-0.9.6
- (2024-06-01) Updated to version: qcalc-0.9.5
- (2024-04-15) Updated to version: qcalc-0.9.2
CVS history: (Expand)
2024-04-15 09:46:56 by pin | Files touched by this commit (3) | |
Log message:
math/qcalc: update to 0.9.2
- No ChangeLog provided.
|
2024-02-03 18:15:47 by pin | Files touched by this commit (3) | |
Log message:
math/qcalc: update to 0.9.0
0.9.0
What's Changed
- If statements by @OchirErkhembayar in #11
- Add lists and methods over them, fold, sum, map filter
by @OchirErkhembayar in #12
0.7.0
What's Changed
- 1st class citizen functions by @OchirErkhembayar in #9
- Create booleans and eq and comparisons by @OchirErkhembayar in #10
0.6.2
What's Changed
- Add integer data type by @OchirErkhembayar in #7
- Added bitwise operators by @OchirErkhembayar in #8
|-5| == 5 has been changed to abs(-5) == 5
3^2 == 9 has been changed to 3 ** 2 == 9
This is to support the bitwise operators
|
2024-02-01 12:20:48 by pin | Files touched by this commit (3) | |
Log message:
math/qcalc: update to 0.5.0
What's Changed
- Add Hexadecimal and Binary input support by @OchirErkhembayar in #6
|
2024-01-22 08:25:44 by pin | Files touched by this commit (3) | |
Log message:
math/qcalc: update to 0.4.1
v0.4.1
What's Changed
- Execute expressions from the command line by @OchirErkhembayar in #4
- Tokenise as needed instead of collecting tokens by @OchirErkhembayar in #5
v0.3.0
What's Changed
- Add assignment statements and rc file by @OchirErkhembayar in #3
|
2024-01-17 21:10:25 by pin | Files touched by this commit (3) | |
Log message:
math/qcalc: update to 0.2.3
0.2.3
- Remove default interpreted functions. Add more built in functions such as
degs, rads, sqrt, sq, cube, cbrt, round
0.2.2
- Trying to declare a function with duplicated parameters now results in an
error message
0.2.0
- Users may now create custom functions fn myfun(x, y) x + y which features
closures
|
2023-12-31 11:40:42 by pin | Files touched by this commit (5) |
Log message:
math/qcalc: import package
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.
|