{"id":18785563,"url":"https://github.com/d-exclaimation/pycalc","last_synced_at":"2025-12-21T20:30:28.723Z","repository":{"id":103062833,"uuid":"312996136","full_name":"d-exclaimation/pycalc","owner":"d-exclaimation","description":"Python Math, Calculus and Geometry Module","archived":false,"fork":false,"pushed_at":"2020-12-15T07:01:41.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-29T12:39:14.646Z","etag":null,"topics":["calculus","fractions","geometry","mathematics","matrix","probability","pycalc","vector3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d-exclaimation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-15T09:19:59.000Z","updated_at":"2021-10-12T23:30:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"73d71011-242b-4c82-b9bb-dbc3927952b9","html_url":"https://github.com/d-exclaimation/pycalc","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-exclaimation%2Fpycalc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-exclaimation%2Fpycalc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-exclaimation%2Fpycalc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-exclaimation%2Fpycalc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d-exclaimation","download_url":"https://codeload.github.com/d-exclaimation/pycalc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239701798,"owners_count":19682975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calculus","fractions","geometry","mathematics","matrix","probability","pycalc","vector3"],"created_at":"2024-11-07T20:48:47.942Z","updated_at":"2025-12-21T20:30:28.406Z","avatar_url":"https://github.com/d-exclaimation.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pycalc\n\n Python Math, Calculus and Geometry Module\n\nAuthored by Vincent\n\n## Quick guide:\n\nNote: You can import all individual module by using \"import module_name\"\n\nHowever, if you want the entirety of this module, you can just import the pycalc module which should import all the rest\n\n# Set up:\n\n\u003e 1. Download the folders, and put it in the folder that you want to write code on\n\u003e 2. Import the modules ( by having import module_name )\n\u003e 3. Start using it\n\n\n e.g: \n ```python\n import pycalc\n  \n print(pycalc.Vector3.zero())\n # output should be Vector3 (0, 0, 0)\n ```\n\n# Descriptions:\n\n```python\nimport pycalc\n```\n\u003e import all the functions, classes with the namespace pycalc (e.g: pycalc.Vector3, pycalc.permute(x, y))\n\n```python\nimport vectors\n```\n\u003e import vectors related functions and classes such as Vector2, Vector3, VectorAny, and triangle(vector_x, vector_y) function\n\n```python\nimport matrices\n```\n\u003e import matrices related functions and classes such as the Matrix itself and all it's methods\n\n```python\nimport augmented_matrix\n```\n\u003e import functions related to augmented_matrix like 2D list / array of the AugMatrix class\n\n```python\nimport probabilities\n```\n\u003e import all functions related to probabilities such as permutations, factorials, and also import the Fraction object\n\nany more information is available in the code docstrings and comment, use help(name_of_function_or_class)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-exclaimation%2Fpycalc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd-exclaimation%2Fpycalc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-exclaimation%2Fpycalc/lists"}