Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 736 Bytes

File metadata and controls

22 lines (11 loc) · 736 Bytes

Math Mensuration Formulas

This is a Python library which is used to find area and perimeter of 2D figures like square, rectangle, triangle, circle, ellipse, rhombus, parallelogram, trapezium, pentagon, hexagon, heptagon, octagon, nonagon and decagon You can also find volume, Total surface area and Curved surface Area of 3D Figures like cube, cuboid, cylinder, cone, sphere, hemisphere, ellipsoid, squarePyramid, pentagonalPyramid,hexagonalPyramid, triangularPrism, pentagonalPrism, hexagonalPrism, tetrahedron, octahedron, icosahedron, dodecahedron and torus.

Requirements

  pip install MatheFormulas==1.0

Usage/Examples

from MatheFormulas import mensuration
print(mensuration.cubeVol(5))