Path to this page:
./
math/kalker,
CLI calculator supporting math-like syntax with user-defined variables
Branch: CURRENT,
Version: 2.0.3,
Package name: kalker-2.0.3,
Maintainer: pinCommand line calculator that supports math-like syntax with user-defined
variables, functions, derivation, integration, and complex numbers.
Master sites:
Filesize: 1295.232 KB
Version history: (Expand)
- (2023-01-26) Updated to version: kalker-2.0.3
- (2022-11-06) Updated to version: kalker-2.0.1
- (2022-06-04) Updated to version: kalker-2.0.0
- (2022-01-03) Updated to version: kalker-1.1.0
- (2021-06-03) Package added to pkgsrc.se, version kalker-1.0.0 (created)
CVS history: (Expand)
2023-02-27 20:49:33 by Havard Eidnes | Files touched by this commit (2) |
Log message:
kalker: recognize 7455 and 7447 powerpc variants in gmp vendor module.
Fixes build problem on my particular macppc hosts.
|
2023-01-25 21:13:59 by pin | Files touched by this commit (3) |  |
Log message:
math/kalker: update to 2.0.3
- Remove mobile touch event in web component
- web: Add base command, eg. base 16 to change the number base to 16
- Make sgn(0) equal to zero
- mobile: Use local font file
- mobile: Remove proprietary dependencies and unnecessary permissions
- Add metadata
- Fix wasm build error
|
2022-11-06 17:42:22 by pin | Files touched by this commit (4) |  |
Log message:
math/kalker: update to 2.0.1
- Minor bug fixes
|
2022-06-04 08:29:28 by pin | Files touched by this commit (3) |  |
Log message:
math/kalker: update to 2.0.0
-Custom variable name for sum/prod, eg. sum(k=1, 10, k) (breaking change)
-Vectors and matrices
-Functions that take vectors: min, max, average, perms, sort,
-length
-Vector comprehensions (experimental)
-Logical and/or/not
-true/false keywords
-mod keyword
-Nested sums and integrals
-Allow piecewise without 'otherwise' branch
-Show estimated fractions when displaying results
-Error handling for built-in functions and operations
-Numerical equation solving using Newton's method
-Result formatted with spaces, eg. 100 000
-Slightly improved formatting of results when using the --precision flag
|
2022-05-11 23:01:22 by pin | Files touched by this commit (1) |
Log message:
math/kalker: reset maintainer
|
2022-01-03 13:19:38 by pin | Files touched by this commit (4) |  |
Log message:
math/kalker: update to 1.1.0
-Fix crash whem missing closing ceil, floor, |
-Describe piecewise functions in README
-Fixed tick symbol resulting in panic
-Prevent constants from being overridden
-Output numbers with the precision specified
-Float erros margin for comparison operators
-NaN for comparison with imaginary numbers
-Updated interperter tests to expect 0 after comparisons
|
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|