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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file marksgeometrys-0.1.1.tar.gz.
File metadata
- Download URL: marksgeometrys-0.1.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86c9a93ce4169916f00d3d0c18f869e79b4d5cf9817f7c6f5a46af8daa49a5a8
|
|
| MD5 |
4f21353dac9599947aad2241e0f38cf8
|
|
| BLAKE2b-256 |
8ca5ad8f5661e7052825b8d65b014e1f40362a19c7e117c52c3c59c05aa9d7ba
|
File details
Details for the file marksgeometrys-0.1.1-py3-none-any.whl.
File metadata
- Download URL: marksgeometrys-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15b1490b5f6249772941e760cf9d73dde188f16287f4fa6a20205b0da57a5d6a
|
|
| MD5 |
a7546b3e44b88cc12539ab7665bb567c
|
|
| BLAKE2b-256 |
36b89d3bdefc5b6b45cb12d225bf62a73065eb5ae2a028d3b38b44a3f46e38bc
|