Metadata-Version: 2.1
Name: area_of_a_regular_polygon
Version: 1.1
Summary: To calculate the area of regular polygons either by using the length of one of its side or radius or apothem
Home-page: https://github.com/Akshaya2411/area_of_a_regular_polygon.git
Author: AKSHAYA G S
Author-email: karthikgs1405@gmail.com
License: UNKNOWN
Description: # AREA OF A REGULAR POLYGON
        
        #### This package is used to find the area of a regular polygon either by using length of one of its side or radius or apothem
        
        ## Installation
        Run the following code to install this package:
            '''cmd pip install area_of_a_regular_polygon'''
        
        ##Contributor: Akshaya G S
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
