# PyDMath Version - 0.1
## Introduction
           This **PyDMath** is a mathematical module, with this you can able to perform a mathematical operations
which includes mensuration, permutation and combination. We can use any use any type of measurement units but the output will return in SI standard units.
This makes differ from other Python modules.
## Math topics included till now
<ul>
<li>Mensuration</li>
<ul>
<li>Area</li>
<li>Perimeter</li>
<li>Volume</li>
</ul>
<li>Permutation</li>
<li>Combination</li>
</ul>
## Input and Output format
           Inputs must be a string seperated by "-" for value and the unit. Value on left side and unit on right side. If the input unit is in centimeter, millimeter, kilometer and meter then the output unit will always be meter.
# Mensuration
### Sample code
```python
from PyDMath import perimeter,area,volume
peri = perimeter()
ar = area()
vol = volume()
print(f"Perimeter of the shape {peri.circle('2-cm')}")
print(f"Area of the shape {ar.circle('2-cm')}")
print(f"Volume of the shape {vol.sphere('2-cm')}")
```
## Shapes including
### Perimeter and Area
```Circle``` ```Square``` ```Rectangle``` ```Triangle``` ```Equilateral triangle``` ```Parallelogram``` ```Trapezium``` ```Isosceles triangle``` ```Rhombus```
### Volume
```Sphere``` ```Cylinder``` ```Cube``` ```Rectangular prism``` ```Cone``` ```Hemi sphere``` ```Right rectangular prism```
# Permutation and Combination
### Sample code
```python
from PyDMath import fact,permutation,combination
# Factorial
print(fact(5))
perm = permutation()
co = combination()
print(perm.per(4,2))
print(co.comb(8,3))
```
Raw data
{
"_id": null,
"home_page": null,
"name": "numbersD",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "python, math, problems, mathematics, scientific calculations",
"author": "Dhamodharan",
"author_email": "dhamodharan1888@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/40/c1/ca84ac6eaf4d3fc7cbcc5df4f0faed6c63dbff203ba1fabc25b1a95d83cd/numbersd-0.0.1.tar.gz",
"platform": null,
"description": "\n# PyDMath Version - 0.1\n## Introduction\n           This **PyDMath** is a mathematical module, with this you can able to perform a mathematical operations \nwhich includes mensuration, permutation and combination. We can use any use any type of measurement units but the output will return in SI standard units.\nThis makes differ from other Python modules.\n\n## Math topics included till now\n<ul>\n <li>Mensuration</li>\n <ul>\n <li>Area</li>\n <li>Perimeter</li>\n <li>Volume</li>\n </ul>\n <li>Permutation</li>\n <li>Combination</li>\n</ul>\n\n## Input and Output format\n           Inputs must be a string seperated by \"-\" for value and the unit. Value on left side and unit on right side. If the input unit is in centimeter, millimeter, kilometer and meter then the output unit will always be meter.\n\n# Mensuration\n### Sample code\n```python\nfrom PyDMath import perimeter,area,volume\nperi = perimeter()\nar = area()\nvol = volume()\nprint(f\"Perimeter of the shape {peri.circle('2-cm')}\")\nprint(f\"Area of the shape {ar.circle('2-cm')}\")\nprint(f\"Volume of the shape {vol.sphere('2-cm')}\")\n```\n\n## Shapes including\n### Perimeter and Area\n```Circle``` ```Square``` ```Rectangle``` ```Triangle``` ```Equilateral triangle``` ```Parallelogram``` ```Trapezium``` ```Isosceles triangle``` ```Rhombus```\n### Volume\n```Sphere``` ```Cylinder``` ```Cube``` ```Rectangular prism``` ```Cone``` ```Hemi sphere``` ```Right rectangular prism``` \n\n# Permutation and Combination\n### Sample code\n```python\nfrom PyDMath import fact,permutation,combination\n# Factorial\nprint(fact(5))\nperm = permutation()\nco = combination()\nprint(perm.per(4,2))\nprint(co.comb(8,3))\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "Solving the apitude problems",
"version": "0.0.1",
"project_urls": null,
"split_keywords": [
"python",
" math",
" problems",
" mathematics",
" scientific calculations"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "842375be677934a7ccddf95087cf62ebbebe96771421985ef02a397f618cf6d7",
"md5": "e374acbaada7224da2dd66257dc7c114",
"sha256": "35d3957ae7f4dc185fe2d15dce11e6f56fb938756289131d9e350ebfd69ae97c"
},
"downloads": -1,
"filename": "numbersD-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e374acbaada7224da2dd66257dc7c114",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7850,
"upload_time": "2024-06-09T19:13:43",
"upload_time_iso_8601": "2024-06-09T19:13:43.576600Z",
"url": "https://files.pythonhosted.org/packages/84/23/75be677934a7ccddf95087cf62ebbebe96771421985ef02a397f618cf6d7/numbersD-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "40c1ca84ac6eaf4d3fc7cbcc5df4f0faed6c63dbff203ba1fabc25b1a95d83cd",
"md5": "e481040f2b5f1ca987693488b9c0b8fb",
"sha256": "04060836036e25df8dd2ab71640f660eaab04ee41e65ab8e46e5b671ef56c923"
},
"downloads": -1,
"filename": "numbersd-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "e481040f2b5f1ca987693488b9c0b8fb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7787,
"upload_time": "2024-06-09T19:13:45",
"upload_time_iso_8601": "2024-06-09T19:13:45.019041Z",
"url": "https://files.pythonhosted.org/packages/40/c1/ca84ac6eaf4d3fc7cbcc5df4f0faed6c63dbff203ba1fabc25b1a95d83cd/numbersd-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-09 19:13:45",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "numbersd"
}