-
Notifications
You must be signed in to change notification settings - Fork 9
Fix tests and update with recent changes in Base #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,30 +1,30 @@ | ||
| # mathematical constants related to statistics | ||
|
|
||
| @irrational twoπ 6.2831853071795864769 2 * big(π) | ||
| @irrational fourπ 12.566370614359172954 4 * big(π) | ||
| @irrational halfπ 1.5707963267948966192 big(π) / 2 | ||
| @irrational quartπ 0.7853981633974483096 big(π) / 4 | ||
| @irrational twoπ 2 * big(π) | ||
| @irrational fourπ 4 * big(π) | ||
| @irrational halfπ big(π) / 2 | ||
| @irrational quartπ big(π) / 4 | ||
|
|
||
| @irrational invπ 0.31830988618379067154 inv(big(π)) | ||
| @irrational twoinvπ 0.63661977236758134308 2 / big(π) | ||
| @irrational fourinvπ 1.27323954473516268615 4 / big(π) | ||
| @irrational inv2π 0.159154943091895335769 inv(2 * big(π)) | ||
| @irrational inv4π 0.079577471545947667884 inv(4 * big(π)) | ||
| @irrational invπ inv(big(π)) | ||
| @irrational twoinvπ 2 / big(π) | ||
| @irrational fourinvπ 4 / big(π) | ||
| @irrational inv2π inv(2 * big(π)) | ||
| @irrational inv4π inv(4 * big(π)) | ||
|
|
||
| @irrational sqrt2 1.4142135623730950488 sqrt(big(2)) | ||
| @irrational sqrt3 1.7320508075688772935 sqrt(big(3)) | ||
| @irrational sqrtπ 1.7724538509055160273 sqrt(big(π)) | ||
| @irrational sqrt2π 2.5066282746310005024 sqrt(2 * big(π)) | ||
| @irrational sqrt4π 3.5449077018110320546 sqrt(4 * big(π)) | ||
| @irrational sqrthalfπ 1.2533141373155002512 sqrt(big(π) / 2) | ||
| @irrational sqrt2 sqrt(big(2)) | ||
| @irrational sqrt3 sqrt(big(3)) | ||
| @irrational sqrtπ sqrt(big(π)) | ||
| @irrational sqrt2π sqrt(2 * big(π)) | ||
| @irrational sqrt4π sqrt(4 * big(π)) | ||
| @irrational sqrthalfπ sqrt(big(π) / 2) | ||
|
|
||
| @irrational invsqrt2 0.7071067811865475244 inv(sqrt(big(2))) | ||
| @irrational invsqrtπ 0.5641895835477563 inv(sqrt(big(π))) | ||
| @irrational invsqrt2π 0.3989422804014326779 inv(sqrt(2 * big(π))) | ||
| @irrational invsqrt2 inv(sqrt(big(2))) | ||
| @irrational invsqrtπ inv(sqrt(big(π))) | ||
| @irrational invsqrt2π inv(sqrt(2 * big(π))) | ||
|
|
||
| @irrational loghalf -0.6931471805599453094 log(inv(big(2))) | ||
| @irrational logtwo 0.6931471805599453094 log2 | ||
| @irrational logten 2.302585092994046 log(big(10)) | ||
| @irrational logπ 1.1447298858494001741 log(big(π)) | ||
| @irrational log2π 1.8378770664093454836 log(2 * big(π)) | ||
| @irrational log4π 2.5310242469692907930 log(4 * big(π)) | ||
| @irrational loghalf log(inv(big(2))) | ||
| @irrational logtwo log2 | ||
| @irrational logten log(big(10)) | ||
| @irrational logπ log(big(π)) | ||
| @irrational log2π log(2 * big(π)) | ||
| @irrational log4π log(4 * big(π)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.