You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [C++] Member pragma RFC #530
rebase devel
* changes the test so `echo` is not used before Nim is init
* rebase devel
* fixes Error: use explicit initialization of X for clarity [Uninit]
links
std/sums https://nim-lang.github.io/Nim/sums.html?
summation functions should be usable in online fashion, more general than
openArray
· Issue #288 · nim-lang/RFCsAdd more summation functions by lbartoletti · Pull Request #16004 · nim-lang/Nim
(@xflywind) python's is based on https://people.eecs.berkeley.edu/~jrs/papers/robustr.pdf
fsum
https://docs.python.org/3/library/math.html#math.fsum
https://github.com/python/cpython/blob/4c94d74152a511d977fe26a4f3a32b7352ba9024/Modules/mathmodule.c#L1424
https://github.com/d3/d3-array/blob/master/src/fsum.js
The text was updated successfully, but these errors were encountered: