2024-10-31 11:49:33 by pin | Files touched by this commit (3) |  |
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) |  |
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) |  |
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) |  |
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) |  |
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) |  |
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
|