Path to this page:
./
math/kalker,
CLI calculator supporting math-like syntax with user-defined variables
Branch: CURRENT,
Version: 2.2.2,
Package name: kalker-2.2.2,
Maintainer: pkgsrc-usersCommand line calculator that supports math-like syntax with user-defined
variables, functions, derivation, integration, and complex numbers.
Master sites:
Filesize: 1318.646 KB
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-09-07) Updated to version: kalker-2.2.2
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-06-19) Updated to version: kalker-2.2.1.20250421
CVS history: (Expand)
2025-09-07 15:10:19 by pin | Files touched by this commit (3) |  |
Log message:
math/kalker: update to 2.2.2
- Keep sign when rendering symbolic estimations of square roots
- Print numbers within matrices properly in the CLI version
|
2025-06-19 22:24:28 by Thomas Klausner | Files touched by this commit (5) |  |
Log message:
kalker: update to 2.2.1.20250421.
Update to latest git head to fix build with rust 1.86.
|
| 2025-04-02 19:56:30 by pin | Files touched by this commit (1) |
Log message:
math/kalker: reset maintainer
|
2024-10-05 06:02:51 by pin | Files touched by this commit (3) |  |
Log message:
math/kalker: update to 2.2.1
--raw flag (print a single number as the result)
--no-leading-eq flag (don't put an equal sign at the beginning of results)
Improved accuracy of differentiation
Fix panic when radix is too high
Added 'append' function is now parsed as a vector rather than a group
|
2024-04-03 22:08:29 by pin | Files touched by this commit (5) |  |
Log message:
math/kalker: update to 2.2.0
- Fix regression with the way numbers were printed in the desktop program
- Parse input numbers as big floats instead of as 64-bit numbers (desktop version)
- Use ≈ more consistently, eg. when a number is rounded a bit before being \
printed, but not for fractions
- Allow equations where the variable to be solved is a function argument
- Minor improvements
|
2024-03-28 13:06:02 by pin | Files touched by this commit (3) |  |
Log message:
math/kalker: update to 2.1.1
- ci: Fix Android signing
|
2024-03-23 20:10:49 by pin | Files touched by this commit (3) |  |
Log message:
math/kalker: update to 2.1.0
- Minor stability improvements
- E-notation, eg. 1.23E3
- Engineering mode (--eng as a command line argument, or mode eng within the \
program)
- Fix multi-character parameters not working
- Increase default precision
|
2023-07-21 06:55:55 by pin | Files touched by this commit (2) |  |
Log message:
math/kalker: update to 2.0.4
- Prevent stack overflow crashes by limiting the recursion depth
(thanks to @kvnxiao)
- Fix comprehensions breaking if a previously evaluated comprehension
encountered an error in a nested expression
- Fix expressions like x^x not working inside functions
- Allow a leading dot, eg. .25
- Allow expressions like sin2x
- Fix incorrect unit being returned from some trigonometry functions
|