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
/
lib
/
pure
/
stats.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Documentation, add more examples (#13825)
Juan Carlos
2020-04-01
1
-7
/
+8
*
Add Documentation (#13811)
Juan Carlos
2020-03-31
1
-0
/
+16
*
[backport] run nimpretty on the remaining files
narimiran
2019-09-30
1
-16
/
+16
*
stats.nim: bugfix: use min in '+' [backport]
Andreas Rumpf
2019-03-23
1
-1
/
+1
*
fix typo in stats module (#10562) [ci skip]
Vindaar
2019-02-05
1
-1
/
+1
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-2
/
+0
*
stats.nim: add a '$' operator for RunningStat
Andreas Rumpf
2018-01-18
1
-2
/
+21
*
made test green for 32bit system
Araq
2016-09-30
1
-12
/
+14
*
add doco for array/seq helper procs
JamesP
2015-11-12
1
-0
/
+24
*
added helper procs for standalone calc of stats for array/seq
JamesP
2015-11-12
1
-0
/
+45
*
add comment to identify where RunningStat code resides
JamesP
2015-11-11
1
-0
/
+1
*
add sum back in, fix min inital value, tidy up spaces in
JamesP
2015-11-07
1
-11
/
+20
*
Add RunningStat related statistics code removed from math lib,
JamesP
2015-11-07
1
-0
/
+269