summary refs log tree commit diff stats
path: root/tests/stdlib/tmath.nim
Commit message (Expand)AuthorAgeFilesLines
* Amend divmod (#22131)Ryan McConnell2023-06-201-4/+11
* Add divmod (#22102)Ryan McConnell2023-06-171-1/+9
* fixes #21792; enable checks for sum, prod, cumsummed and cumsum (#21793)ringabout2023-05-051-1/+15
* stdlib tests now check refc too (#21664)ringabout2023-04-211-1/+1
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+2
* Remove deprecated math.c_frexp (#19518)Juan Carlos2022-02-141-6/+0
* Add ceilDiv to math (#18596)Tomohiro2021-08-191-0/+40
* Fix #17017 (math edge cases) (#17588)konsumlamm2021-04-011-7/+38
* Added math.clamp for slice clamping (#17246)Jason Beetham2021-03-031-0/+11
* fix #17118 (#17119) [backport:1.2]flywind2021-02-221-18/+20
* make copySign for js consistent with other backends (#16609)Timothee Cour2021-02-221-18/+15
* Improve math module (#17019)konsumlamm2021-02-121-306/+253
* fix #16815 round(x,places) works again in vm (#16825)Timothee Cour2021-01-281-28/+30
* fix negative nan (#16628)flywind2021-01-111-2/+14
* add math.signbit (#16592)flywind2021-01-071-0/+10
* fix #9125 (#16582)flywind2021-01-051-4/+26
* Make tmath test more strict (#16593)Clyybber2021-01-051-13/+13
* merge tmath_misc.nim into tmath.nim (#16591)Timothee Cour2021-01-051-0/+13
* fix #16576: honor matrix in testament by making such tests non joinable (#16577)Timothee Cour2021-01-041-4/+6
* enable tmath tests for JS backend (#16562)flywind2021-01-041-6/+5
* Add math.copySign (#16406)flywind2020-12-301-1/+49
* use doAssert in tests (#16486)flywind2020-12-281-19/+19
* remove some noises in tests (#16448)flywind2020-12-271-33/+22
* add `euclDiv` and `euclMod` to `math` (#16414)flywind2020-12-231-0/+28
* add math.isNaN (#16179)Timothee Cour2020-12-111-5/+26
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ...Timothee Cour2020-11-281-2/+3
* move tests to testament (#16101)flywind2020-11-241-0/+126
* fix deprecations and other warnings (#13748)Miran2020-03-251-12/+12
* better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799)Andreas Rumpf2019-12-051-1/+1
* make tests more robust; tests should be deterministic, no randomize() calls i...Araq2019-01-131-12/+12
* Resolve things raised in https://github.com/nim-lang/Nim/issues/10081 ? (#10084)c-blake2018-12-311-9/+48
* Add ability to sample elements from openArray according to a weight array (#1...c-blake2018-12-231-1/+27
* fixes #5966Fabian Keller2017-06-201-1/+22
* moved random procs from math to its own module (breaking change)Andreas Rumpf2016-05-301-1/+1
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-3/+3
* Calling randomize() again within 1 second will now provide a different seedJason Livesay2014-03-261-0/+14
* new tester; all tests categorizedAraq2014-01-131-0/+47