Calculate many figures area or volume
Reason this release was yanked:
error
Project description
marksgeometrys
A mathematical library to calculate many figures area or volume.
Developed by Marc Pérez (c) 2024
Examples of How To Use
Calculate The Area of a 2D Figure
from marksgeometrys import Square
print(Square(side=3).area())
Calculate The Area of a 3D Figure
from marksgeometrys import Icosahedron
print(Icosahedron(side=10).area())
Calculate The Volume of a 3D Figure
from marksgeometrys import PyramidTrunk
print(PyramideTrunk(sbside=5, sidesnumber=7, sbapothem=4, lbside=10, lbapothem=8, latlargebase=8, latsmallbase=5, latheight=9, height=10.5).volume())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
marksgeometrys-0.1.tar.gz
(4.3 kB
view hashes)
Built Distribution
Close
Hashes for marksgeometrys-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a81b6656c39a175657a22a7a2a3e38092c7ff001275c889d0e9e3b36d80083f8 |
|
MD5 | 7de20109c61ae8c5e13a81db5e87e4a3 |
|
BLAKE2b-256 | 577e2897703eabdaca13d4be07a305639aea0ead0e21ad27aa01d800ede32bd5 |