summaryrefslogtreecommitdiffstats
path: root/tests/016
Commit message (Expand)AuthorAgeFilesLines
* math: tofloat and toint in user-defined arithmetic.Kaz Kylheku2023-08-141-1/+5
* math: add tests for new user-defined arith functions.Kaz Kylheku2023-08-141-1/+89
* New function: arithp.Kaz Kylheku2023-03-262-0/+9
* 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-122-42/+41
* sum-each, mul-each: handle no vars case.Kaz Kylheku2022-01-112-0/+62
* 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
* int-str: 0x bug.Kaz Kylheku2021-08-131-0/+50
* 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
* tests: implicitly generate empty .expected files.Kaz Kylheku2021-04-122-0/+0
* 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
* u-d-arithmetic: proper treatment of ceil & round.Kaz Kylheku2019-03-301-2/+10
* Tests for user-defined arithmetic and fixes.Kaz Kylheku2019-03-302-0/+132
* New arithmetic tests.Kaz Kylheku2016-11-152-0/+41