summaryrefslogtreecommitdiffstats
path: root/tests/016/arith.tl
Commit message (Expand)AuthorAgeFilesLines
* New function: arithp.Kaz Kylheku2023-03-261-0/+7
* lib: address remaining unused variable warnings.Kaz Kylheku2023-03-221-0/+4
* gcd: rewrite for better efficiency.Kaz Kylheku2022-07-271-0/+29
* New macros: each-true, some-true, each-false, some-false.Kaz Kylheku2022-01-121-0/+41
* sum-each, mul-each: handle no vars case.Kaz Kylheku2022-01-111-0/+20
* quantile: fix test needing nonportable amount of precision.Kaz Kylheku2021-09-271-11/+11
* quantile: fix failing test.Kaz Kylheku2021-09-251-1/+1
* New variants of each operator for sum and product.Kaz Kylheku2021-09-231-0/+58
* math: quantile estimator using P-Squared algorithm.Kaz Kylheku2021-09-221-0/+31
* math: forbid dubious inequality comparisons.Kaz Kylheku2021-06-151-0/+56
* arith: switch sum and prod to seq_iter.Kaz Kylheku2021-06-091-0/+24
* match: binary-integer conv tests for #x-8000...Kaz Kylheku2021-05-211-0/+21
* math: add some tests related to integer conversion.Kaz Kylheku2021-05-211-0/+50
* bracket: bug: wrong result when function is applied.Kaz Kylheku2019-09-101-0/+14
* tests: add tests for digits function.Kaz Kylheku2019-09-091-0/+18
* New arithmetic tests.Kaz Kylheku2016-11-151-0/+41