We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
grizzled.math.stats.range on single value returns a nonsense value.
range(1)
Expected: 0 Actual: 2147483646
The text was updated successfully, but these errors were encountered:
I've been swamped with work and holidays, but this is on my list to fix soon. Thanks.
Sorry, something went wrong.
grizzled.stats.range() was broken when passed a single value (Issue #4).
8b76c44
3f5b063
Addressed (finally) in 1.1.5.
Fixed Issue #4: Invalid result from stats.range() for single value.
082fd7e
No branches or pull requests
grizzled.math.stats.range on single value returns a nonsense value.
range(1)
Expected: 0
Actual: 2147483646
The text was updated successfully, but these errors were encountered: