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 Molality Calculator #1787

Merged
merged 5 commits into from
Aug 10, 2024
Merged

Conversation

Indrajeety993648
Copy link
Contributor

@Indrajeety993648 Indrajeety993648 commented Aug 4, 2024

Fixes Issue🛠️

Closes #1786

Description📝

This pull request adds a feature to calculate the molality of a solution. The molality calculator takes the mass of the solute (in grams) and the mass of the solvent (in kilograms) as input and returns the molality of the solution.

Feature Details

  • Inputs:
    • Mass of solute (g)
    • Mass of solvent (kg)
  • Output:
    • Molality (moles of solute per kilogram of solvent)
  • Formula:
    [\text{Molality (m)} = \frac{\text{moles of solute}}{\text{mass of solvent in kg}}]

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 own code
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas

Screenshots/GIF📷

image

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 @Indrajeety993648, 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!! ✨

Copy link

netlify bot commented Aug 4, 2024

Deploy Preview for calcdiverse ready!

Name Link
🔨 Latest commit a171ab2
🔍 Latest deploy log https://app.netlify.com/sites/calcdiverse/deploys/66b74ba271d4a600082cc2c4
😎 Deploy Preview https://deploy-preview-1787--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.

@Indrajeety993648
Copy link
Contributor Author

@Rakesh9100 please review

@Indrajeety993648
Copy link
Contributor Author

@Rakesh9100 Please review

@Indrajeety993648
Copy link
Contributor Author

@Rakesh9100 please review

@Nihal4777
Copy link

@Indrajeety993648 Thank you for your contribution.

@Nihal4777
Copy link

@Rakesh9100 This PR is reviewed & can be merged.

@Rakesh9100 Rakesh9100 changed the title Added Molality Calculator Added Molality Calculator Aug 10, 2024
@Rakesh9100 Rakesh9100 merged commit 3335a9f into Rakesh9100:main Aug 10, 2024
4 checks passed
Copy link

Congrats, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to my project 🚀 Keep Contributing!! ✨ @Indrajeety993648

@Rakesh9100 Rakesh9100 added Completed 🥳 PR successfully merged and issue resolved on completion gssoc GSSOC Open Source Program level2 Intermediate task labels Aug 10, 2024
@Indrajeety993648
Copy link
Contributor Author

@Rakesh9100 I think this is hard PR that i raised Can u add level 3 instead of level 2 , As in my College marks only given for level 3 merged PR .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Completed 🥳 PR successfully merged and issue resolved on completion gssoc GSSOC Open Source Program level2 Intermediate task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Add Molality Calculator
3 participants