Calculate many figures area or volume
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.1.tar.gz
(4.2 kB
view hashes)
Built Distribution
Close
Hashes for marksgeometrys-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15b1490b5f6249772941e760cf9d73dde188f16287f4fa6a20205b0da57a5d6a |
|
MD5 | a7546b3e44b88cc12539ab7665bb567c |
|
BLAKE2b-256 | 36b89d3bdefc5b6b45cb12d225bf62a73065eb5ae2a028d3b38b44a3f46e38bc |