summaryrefslogtreecommitdiff
path: root/math/kalker
AgeCommit message (Collapse)AuthorFilesLines
2022-11-06math/kalker: update to 2.0.1pin4-34/+19
- Minor bug fixes
2022-06-04math/kalker: update to 2.0.0pin3-13/+13
-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-11math/kalker: reset maintainerpin1-3/+4
2022-01-03math/kalker: update to 1.1.0pin4-11/+50
-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-26math: Replace RMD160 checksums with BLAKE2s checksumsnia1-59/+59
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07math: Remove SHA1 hashes for distfilesnia1-59/+1
2021-06-03math/kalker: fix commentpin1-2/+2
2021-06-03math/kalker: replaces math/kalkpin5-0/+325
Command line calculator that supports math-like syntax with user-defined variables, functions, derivation, integration, and complex numbers.