Skip to content
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

Return math.sqrt for standartDeviation. #64

Merged
merged 1 commit into from Apr 15, 2021
Merged

Return math.sqrt for standartDeviation. #64

merged 1 commit into from Apr 15, 2021

Conversation

tzzed
Copy link
Contributor

@tzzed tzzed commented Apr 14, 2021

This PR use math.sqrt instead of math.pow(x, 0.5) for the standard deviation. It is more explicit and coherents with the maths formula.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling a6a54be on tzzed:std into 8e3445d on montanaflynn:master.

@montanaflynn montanaflynn merged commit 6e25dc5 into montanaflynn:master Apr 15, 2021
@montanaflynn
Copy link
Owner

Thanks @tzzed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants