SarthakKeshari / calc_for_everything

This repository aims to provide Calculators for educational, professional, scientific, health and well-being and other purposes.
https://calc-for-everything-psi.vercel.app
MIT License
113 stars 103 forks source link

Momentum Calculator #531

Closed Pasqua101 closed 10 months ago

Pasqua101 commented 10 months ago

Enter calculator name -

I would like to make a momentum calculator.

Describe calculator functionality -

The calculator handles the formula p=mv. With p being momentum, m being mass and v being velocity. Mass will hold a value in kilograms (kg) and velocity will hold a value in meters per second (m/s). This returns a value of kg m/s for momentum. The calculator will also hold an explanation of the calculator similar to other ones, as well as an update to the README to mention this calculator.

Under which category you wish to place it -

Pasqua101 commented 10 months ago

Could you please assign this issue to me with the label of Hacktoberfest?

DeepakGupta1007 commented 10 months ago

Could you please assign this issue to me with the label of Hacktoberfest?

SarthakKeshari commented 10 months ago

Hey @Pasqua101, Assigned.

You may contribute your code under the folder path -

calc_for_everything\calculators\src\physics\momentumCalc

Issue completion deadline - 30th Oct 10:00:00 am IST

NOTE - In case the issue completion deadline is not met, the issue will be assigned to a new participant

SarthakKeshari commented 10 months ago

Hey @DeepakGupta1007, Glad to see your eagerness for contributing 🤩. We are following first come first serve. If deadline is not met, then only it can be assigned to a new participant. For now, kindly look into any open issues or you may even create one. 🥳

Happy contributing🎉

Pasqua101 commented 10 months ago

@SarthakKeshari Thank you. I have implemented the calculator and created a PR for it.