./math/qcalc, Terminal GUI calculator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.9.6, Package name: qcalc-0.9.6, Maintainer: pin

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.


Master sites:

Filesize: 24.449 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-15 09:46:56 by pin | Files touched by this commit (3) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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.