FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-45876: Correctly rounded stdev() and pstdev() for the Decimal case by rhettinger · Pull Request #29828 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-45876: Correctly rounded stdev() and pstdev() for the Decimal case
- #29828
#29828
Merged
rhettinger
merged 37 commits into
python:main
python/cpython:main
from
rhettinger:stdev_deci_sqrt
rhettinger/cpython:stdev_deci_sqrt
Copy head branch name to clipboard
Dec 1, 2021
Conversation
Commits
37
(37)
Checks
Files changed
Merged
bpo-45876: Correctly rounded stdev() and pstdev() for the Decimal case
#29828
rhettinger
merged 37 commits into
python:main
python/cpython:main
from
rhettinger:stdev_deci_sqrt
rhettinger/cpython:stdev_deci_sqrt
Copy head branch name to clipboard
Commits
Commits on Mar 16, 2021
Merge pull request #1 from python/master
Show description for bbd2da9
rhettinger
authored
bbd2da9
View commit details
Copy full SHA for bbd2da9
Browse repository at this point
Commits on Mar 22, 2021
Merge branch 'master' of github.com:python/cpython
rhettinger
committed
74bdf1b
View commit details
Copy full SHA for 74bdf1b
Browse repository at this point
Merge branch 'master' of github.com:python/cpython
rhettinger
committed
6c53f1a
View commit details
Copy full SHA for 6c53f1a
Browse repository at this point
Commits on Mar 24, 2021
.
Show description for a487c4f
rhettinger
committed
a487c4f
View commit details
Copy full SHA for a487c4f
Browse repository at this point
Commits on Mar 25, 2021
.
Show description for eb56423
rhettinger
committed
eb56423
View commit details
Copy full SHA for eb56423
Browse repository at this point
Commits on Mar 26, 2021
.
Show description for cc7ba06
rhettinger
committed
cc7ba06
View commit details
Copy full SHA for cc7ba06
Browse repository at this point
Commits on Apr 22, 2021
.
Show description for d024dd0
rhettinger
committed
d024dd0
View commit details
Copy full SHA for d024dd0
Browse repository at this point
Commits on May 5, 2021
merge
Show description for b10f912
rhettinger
committed
b10f912
View commit details
Copy full SHA for b10f912
Browse repository at this point
Commits on May 6, 2021
merge
Show description for fb6744d
rhettinger
committed
fb6744d
View commit details
Copy full SHA for fb6744d
Browse repository at this point
Commits on Aug 15, 2021
Merge branch 'main' of github.com:python/cpython
rhettinger
committed
7f21a1c
View commit details
Copy full SHA for 7f21a1c
Browse repository at this point
Commits on Aug 25, 2021
Merge branch 'main' of github.com:rhettinger/cpython
rhettinger
committed
7da42d4
View commit details
Copy full SHA for 7da42d4
Browse repository at this point
Commits on Aug 31, 2021
Merge branch 'main' of github.com:python/cpython
rhettinger
committed
e31757b
View commit details
Copy full SHA for e31757b
Browse repository at this point
Merge branch 'main' of github.com:python/cpython
rhettinger
committed
f058a6f
View commit details
Copy full SHA for f058a6f
Browse repository at this point
Commits on Sep 4, 2021
Merge branch 'main' of github.com:python/cpython
rhettinger
committed
1fc29bd
View commit details
Copy full SHA for 1fc29bd
Browse repository at this point
Commits on Oct 30, 2021
Merge branch 'main' of github.com:python/cpython
rhettinger
committed
e5c0184
View commit details
Copy full SHA for e5c0184
Browse repository at this point
Commits on Nov 9, 2021
Merge branch 'main' of github.com:python/cpython
rhettinger
committed
3c86ec1
View commit details
Copy full SHA for 3c86ec1
Browse repository at this point
Merge branch 'main' of github.com:rhettinger/cpython
rhettinger
committed
96675e4
View commit details
Copy full SHA for 96675e4
Browse repository at this point
Merge branch 'main' of github.com:python/cpython
rhettinger
committed
de558c6
View commit details
Copy full SHA for de558c6
Browse repository at this point
Commits on Nov 14, 2021
Merge branch 'main' of github.com:python/cpython
rhettinger
committed
418a07f
View commit details
Copy full SHA for 418a07f
Browse repository at this point
Commits on Nov 21, 2021
Merge branch 'main' of github.com:python/cpython
rhettinger
committed
ea23a8b
View commit details
Copy full SHA for ea23a8b
Browse repository at this point
Commits on Nov 27, 2021
Merge branch 'main' of github.com:python/cpython
rhettinger
committed
ba248b7
View commit details
Copy full SHA for ba248b7
Browse repository at this point
Commits on Nov 29, 2021
Correctly rounded stdev results for Decimal inputs
rhettinger
committed
037b5fe
View commit details
Copy full SHA for 037b5fe
Browse repository at this point
Whitespace
rhettinger
committed
f5c091c
View commit details
Copy full SHA for f5c091c
Browse repository at this point
Rename the functions consistently
rhettinger
committed
70cdade
View commit details
Copy full SHA for 70cdade
Browse repository at this point
Improve comment
rhettinger
committed
82dbec6
View commit details
Copy full SHA for 82dbec6
Browse repository at this point
Tweak variable names
rhettinger
committed
1a6c58d
View commit details
Copy full SHA for 1a6c58d
Browse repository at this point
Replace Fraction arithmetic with integer arithmetic
rhettinger
committed
b2385b0
View commit details
Copy full SHA for b2385b0
Browse repository at this point
Add spacing between terms
rhettinger
committed
594ea27
View commit details
Copy full SHA for 594ea27
Browse repository at this point
Fix type annotation
rhettinger
committed
3911581
View commit details
Copy full SHA for 3911581
Browse repository at this point
Return a Decimal zero when the numerator is zero
rhettinger
committed
a09e3c4
View commit details
Copy full SHA for a09e3c4
Browse repository at this point
Remove unused import
rhettinger
committed
152ed3f
View commit details
Copy full SHA for 152ed3f
Browse repository at this point
Factor lhs of inequality. Rename helper function for consistency.
rhettinger
committed
80371c1
View commit details
Copy full SHA for 80371c1
Browse repository at this point
Add comment for future work.
rhettinger
committed
1c86e7c
View commit details
Copy full SHA for 1c86e7c
Browse repository at this point
Fix typo in docstring. Refine wording in comment.
rhettinger
committed
0684fac
View commit details
Copy full SHA for 0684fac
Browse repository at this point
Commits on Nov 30, 2021
Add more detail to the comment about numerator and denominator sizes
rhettinger
committed
8b5e377
View commit details
Copy full SHA for 8b5e377
Browse repository at this point
Improve variable name
rhettinger
committed
d11d567
View commit details
Copy full SHA for d11d567
Browse repository at this point
Avoid double rounding in test code
rhettinger
committed
309cb0a
View commit details
Copy full SHA for 309cb0a
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL