Commit graph

8 commits

Author SHA1 Message Date
pin
dba39df320 math/kalker: update to 2.0.1
- Minor bug fixes
2022-11-06 16:42:22 +00:00
pin
81706ff442 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-06-04 06:29:28 +00:00
pin
80ce363358 math/kalker: reset maintainer 2022-05-11 21:01:21 +00:00
pin
9a65a9f533 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
2022-01-03 12:19:38 +00:00
nia
414fc7869d math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:55:21 +00:00
nia
3c576fbd23 math: Remove SHA1 hashes for distfiles 2021-10-07 14:27:43 +00:00
pin
563b00452c math/kalker: fix comment 2021-06-03 11:08:51 +00:00
pin
54c1680f5b math/kalker: replaces math/kalk
Command line calculator that supports math-like syntax with user-defined
variables, functions, derivation, integration, and complex numbers.
2021-06-03 10:44:39 +00:00