-
Notifications
You must be signed in to change notification settings - Fork 394
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 Tangent Formula Calculator and Height Unit option in BMI Calculator #1850
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @isid555, 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!! ✨
✅ Deploy Preview for calcdiverse ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@Rakesh9100 Kindly review my contribution |
…OR Operators for Binary Inputs
convertFeetToCm
Function to Include Centimeter…
Congrats, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to my project 🚀 Keep Contributing!! ✨ @isid555 |
Fixes Issue🛠️
Closes #1861
Closes #1862
Description👨💻
This PR enhances the functionality of the convertFeetToCm function by adding support for feet input. Previously, the function only accepted centimeter (cm) values, limiting its flexibility. With this update, users can now input a value in feet, and the function will convert it to total centimeters.
The requirement is to integrate a new calculator into the existing project. The tan calculator should allow users to input a value (angle) and calculate its tangent.
Changes in Binary Calculator
Added Decimal Output:
A new parameter p has been introduced that allows the results to be displayed in decimal format in addition to binary. This enhances usability by providing users with a more familiar numerical representation.
Implemented Division Method:
Previously, the division operation was missing from the set of available operations. This method has now been implemented, enabling division of two binary inputs.
Added OR, AND, XOR Operators:
The binary operations set has been expanded to include the OR ,AND, XOR operators, allowing for more complex logical operations between two binary inputs.
Type of Change📄
Checklist✅
Screenshots/GIF📷
Tangent Formula Calculator
Impact before changes
Impact after changes
BMI in cm
BMI in feet
Binary Calculator