index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
stdlib
/
tmath.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added math.clamp for slice clamping (#17246)
Jason Beetham
2021-03-03
1
-0
/
+11
*
fix #17118 (#17119) [backport:1.2]
flywind
2021-02-22
1
-18
/
+20
*
make copySign for js consistent with other backends (#16609)
Timothee Cour
2021-02-22
1
-18
/
+15
*
Improve math module (#17019)
konsumlamm
2021-02-12
1
-306
/
+253
*
fix #16815 round(x,places) works again in vm (#16825)
Timothee Cour
2021-01-28
1
-28
/
+30
*
fix negative nan (#16628)
flywind
2021-01-11
1
-2
/
+14
*
add math.signbit (#16592)
flywind
2021-01-07
1
-0
/
+10
*
fix #9125 (#16582)
flywind
2021-01-05
1
-4
/
+26
*
Make tmath test more strict (#16593)
Clyybber
2021-01-05
1
-13
/
+13
*
merge tmath_misc.nim into tmath.nim (#16591)
Timothee Cour
2021-01-05
1
-0
/
+13
*
fix #16576: honor matrix in testament by making such tests non joinable (#16577)
Timothee Cour
2021-01-04
1
-4
/
+6
*
enable tmath tests for JS backend (#16562)
flywind
2021-01-04
1
-6
/
+5
*
Add math.copySign (#16406)
flywind
2020-12-30
1
-1
/
+49
*
use doAssert in tests (#16486)
flywind
2020-12-28
1
-19
/
+19
*
remove some noises in tests (#16448)
flywind
2020-12-27
1
-33
/
+22
*
add `euclDiv` and `euclMod` to `math` (#16414)
flywind
2020-12-23
1
-0
/
+28
*
add math.isNaN (#16179)
Timothee Cour
2020-12-11
1
-5
/
+26
*
make megatest consistent with unjoined tests wrt newlines, honor newlines in ...
Timothee Cour
2020-11-28
1
-2
/
+3
*
move tests to testament (#16101)
flywind
2020-11-24
1
-0
/
+126
*
fix deprecations and other warnings (#13748)
Miran
2020-03-25
1
-12
/
+12
*
better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799)
Andreas Rumpf
2019-12-05
1
-1
/
+1
*
make tests more robust; tests should be deterministic, no randomize() calls i...
Araq
2019-01-13
1
-12
/
+12
*
Resolve things raised in https://github.com/nim-lang/Nim/issues/10081 ? (#10084)
c-blake
2018-12-31
1
-9
/
+48
*
Add ability to sample elements from openArray according to a weight array (#1...
c-blake
2018-12-23
1
-1
/
+27
*
fixes #5966
Fabian Keller
2017-06-20
1
-1
/
+22
*
moved random procs from math to its own module (breaking change)
Andreas Rumpf
2016-05-30
1
-1
/
+1
*
tests: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-3
/
+3
*
Calling randomize() again within 1 second will now provide a different seed
Jason Livesay
2014-03-26
1
-0
/
+14
*
new tester; all tests categorized
Araq
2014-01-13
1
-0
/
+47