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

Added Standard Deviation Calculator #1246

Closed
wants to merge 3 commits into from
Closed

Added Standard Deviation Calculator #1246

wants to merge 3 commits into from

Conversation

Yuvraj960
Copy link
Contributor

@Yuvraj960 Yuvraj960 commented Jun 6, 2024

Fixes Issue🛠️

Closes #1121

Description👨‍💻

Added a calculator that computes standard deviation based on the input data.

Type of Change📄

  • New feature (non-breaking change which adds functionality)

Checklist✅

  • I am an Open Source contributor
  • I have performed a self-review of my code
  • My code follows the style guidelines of this project

Screenshots/GIF📷

image

Copy link

netlify bot commented Jun 6, 2024

Deploy Preview for calcdiverse ready!

Name Link
🔨 Latest commit dba57db
🔍 Latest deploy log https://app.netlify.com/sites/calcdiverse/deploys/6666a8a89332ff000885b9c1
😎 Deploy Preview https://deploy-preview-1246--calcdiverse.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @Yuvraj960, Welcome to the project CalcDiverse! 🎊
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌
Please wait for the PR to be reviewed. Happy Coding!! ✨

@Rakesh9100
Copy link
Owner

We already have Statistics Calculator to calculate Standard Deviation, then why do we need separate calculator @Yuvraj960

@Rakesh9100 Rakesh9100 added the question 🤔 Further information is requested label Jun 11, 2024
@Yuvraj960
Copy link
Contributor Author

It's totally your wish now, that whether to add this calculator now or not. I didn't knew about the existence of standard deviation parameter in the statistics calculator.

@Rakesh9100
Copy link
Owner

Pls work on other issues, closing this @Yuvraj960

@Rakesh9100 Rakesh9100 closed this Jun 14, 2024
@Rakesh9100 Rakesh9100 removed the question 🤔 Further information is requested label Jun 14, 2024
@Yuvraj960
Copy link
Contributor Author

@Rakesh9100 Can you recommend me any issues?

@Rakesh9100
Copy link
Owner

We have many calculators. So you can create issues such as: @Yuvraj960

  1. There are many calculators which are not responsive, you can check and create issues for those one by one.

  2. Most calculators, including the ones which you have added, don't handle NaN values correctly. If the user doesn't input values and clicks Calculate, there should be an alert or prompt to fill in the inputs first. Check and create issues to fix.

  3. You can enhance the UI of calculators which are not that good or too simple.

  4. You can also check up-for-grab issues from here time to time, and some of them are up now.

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.

[Feature] Add Standard Deviation Calculator
2 participants