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
115 stars 103 forks source link

External Angles of a Polygon #608

Closed Vedansh-Keshari closed 8 months ago

Vedansh-Keshari commented 8 months ago

Enter calculator name -

External Angles of a Polygon

Describe calculator functionality -

This Calculator takes the number of sides/vertices of a convex polygon as input and calculates each of the external angles of it.

Under which category you wish to place it -

hubsMIT1 commented 8 months ago

Hi @Vedansh-Keshari, @SarthakKeshari, I'm interested in working on this. Could you assign it to me?

SarthakKeshari commented 8 months ago

Hey @hubsMIT1, Assigned.

You may contribute your code under the folder path -

calc_for_everything\calculators\src\mathematical\externalAnglesOfAPolygonCalc

Issue completion deadline - 31st Oct 11:00:00 pm IST

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

hubsMIT1 commented 8 months ago

can you explain this once again, why the sum of all external angle? It always will be 360 , am I right? Or Output should be the angle of each external side?

Vedansh-Keshari commented 8 months ago

@hubsMIT1 , Good catch, I had created this issue to calculate each external angle of the polygon. Thanks for highlighting, I will update the calculator functionality of this issue.

Thanks once again, Happy Contributing 🎉