TypeScript icon indicating copy to clipboard operation
TypeScript copied to clipboard

feat: add area calculation functions

Open NavinduDahanayakeOfficial opened this issue 1 year ago • 0 comments

Implemented functions to calculate area of various shapes mention here #10 Implemented the following are calculation functions:

  • areaOfSquare
  • areaOfRectangle
  • areaOfCircle
  • areaOfTriangle
  • areaOfTrapezoid
  • areaOfEclipse
  • areaOfParallelogram