./math/qcalc, Terminal GUI calculator

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


Branch: CURRENT, Version: 0.15.2, Package name: qcalc-0.15.2, 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: 30.258 KB

Version history: (Expand)


CVS history: (Expand)


   2024-10-31 11:49:33 by pin | Files touched by this commit (3) | Package updated
Log message:
math/qcalc: update to 0.15.2

No release notes provided.
   2024-09-11 08:59:45 by pin | Files touched by this commit (3) | Package updated
Log message:
math/qcalc: update to 0.14.4

 - Update deps
   2024-08-04 19:48:16 by pin | Files touched by this commit (3) | Package updated
Log message:
math/qcalc: update to 0.14.3

 No ChangeLog provided.
   2024-06-16 08:01:37 by pin | Files touched by this commit (3) | Package updated
Log message:
math/qcalc: update to 0.9.6

 - Fix tokenizing bug
 - Update dependencies
   2024-06-01 16:16:08 by pin | Files touched by this commit (3) | Package updated
Log message:
math/qcalc: update to 0.9.5

 No ChangeLog provided.
   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