Skip to content

Latest commit

 

History

History
68 lines (33 loc) · 1.34 KB

File metadata and controls

68 lines (33 loc) · 1.34 KB

AutoDoTestApp

Introduction

TODO: Describe the about the project

Requirements

These are the requirements needs to be install in order to execute this project:

INPUT

API Reference

Circle(object)

     _init_(self, radius)

     \get_area(self)

     get_circumference(self)

Math(object)

     init(self)

     calculate_circle(self, radius)

     calculate_square(self, x, y)

     calculate_triangle(self, angle1, angle2, angle3)

     get_mean(self)

Square(object)

     init(self, width, height)

     get_area(self)

     get_height(self)

     get_width(self)

Triangle(object)

     init(self, angle1, angle2, angle3)

     check_angle(self)

Dependency graph

Contributor

INPUT

License

INPUT