Closed Rishika631 closed 11 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
calc-for-everything | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Dec 9, 2023 7:44pm |
Congratulations 🎉 @Rishika631 on your contribution. Thanks for adding value to this repository. 😊
Issue Id you have worked upon -
655
Briefly explain your program logic -
The React component calculates the most probable velocity and molecular weight based on user-input temperature and molecular formula. It uses the Boltzmann constant and atomic masses. The calculations ensure proper formatting of the molecular formula, providing accurate results for the most probable velocity and molecular weight. formula used: const velocity = Math.sqrt((2 BoltzmannConstant temp) / (molecularWeight*mass of hydrogen))
Screenshots(Attach 2 screenshots of your own input and output) -
Attach here
By raising this PR I affirm that -
[x] My code follows the guidelines of this project.
[x] I have performed a self-review of my own code.
[x] I have commented my code.
[x] My code gives the correct output.
[x] I affirm that I strictly follow contributing guidelines and code of conduct.