Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve math module (#17019) | konsumlamm | 2021-02-12 | 1 | -5/+105 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Improve documentation for math Support empty input for cumsummed Use runnableExamples Move some examples to tests Add more tests * Update tests/stdlib/tmath.nim Move some tests to trandom.nim Move tests into main template where possible Add test for #17017 * Add more tests for gamma & lgamma Remove gamma(-1.0) example Small fixes/changes * Move more tests into template main() * Fix typos * Add edge case examples for copySign | ||||
* | enable tests for random (#16297) | flywind | 2020-12-10 | 1 | -34/+41 |
| | |||||
* | move tests to testament (#16101) | flywind | 2020-11-24 | 1 | -0/+59 |
* move tests to testament * minor * fix random * disable test random |