Rakesh9100 / CalcDiverse

CalcDiverse is a customized collection of calculators for various aspects of mathematics. Individuals with basic web development knowledge can create distinctive calculators and submit pull requests.
https://calcdiverse.netlify.app
Apache License 2.0
144 stars 373 forks source link

Added Cosine Formula Calculator #1385

Closed Anshika14528 closed 1 week ago

Anshika14528 commented 1 week ago

Fixes Issue🛠️

Closes #1035

Description👨‍💻

Added a Cosine Formula Calculator which is a web application that calculates the angle of triangle using cosine formula given a triangle ABC with sides a, b, c: Cos A=(b^2+c^2-a^2)/2bc. Cos B=(a^2+c^2-b^2)/2ac. Cos C=(a^2+b^2-c^2)/2ac.

Type of Change📄

Checklist✅

Screenshots/GIF📷

Screenshot 2024-06-22 at 1 51 41 PM Screenshot 2024-06-22 at 1 52 00 PM
netlify[bot] commented 1 week ago

Deploy Preview for calcdiverse ready!

Name Link
Latest commit 80d07b68628769b20e282db18f2100644da2ccbc
Latest deploy log https://app.netlify.com/sites/calcdiverse/deploys/667863b4ee7b2900089b848d
Deploy Preview https://deploy-preview-1385--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.

github-actions[bot] commented 1 week ago

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