{"id":30783336,"url":"https://github.com/jkopiszka/mathextended","last_synced_at":"2026-04-19T05:35:50.945Z","repository":{"id":313215164,"uuid":"921412484","full_name":"JKopiszka/MathExtended","owner":"JKopiszka","description":"C++ Library dedicated to extend possibilities of Math operations in your project.","archived":false,"fork":false,"pushed_at":"2025-09-04T14:48:25.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-04T16:34:10.718Z","etag":null,"topics":["c","cpp","cpp-library","library","math"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JKopiszka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-23T22:40:24.000Z","updated_at":"2025-09-04T14:48:29.000Z","dependencies_parsed_at":"2025-09-04T16:34:12.828Z","dependency_job_id":"0e172c01-6be1-421c-a6f0-7ebc7d487488","html_url":"https://github.com/JKopiszka/MathExtended","commit_stats":null,"previous_names":["jkopiszka/mathextended"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/JKopiszka/MathExtended","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JKopiszka%2FMathExtended","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JKopiszka%2FMathExtended/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JKopiszka%2FMathExtended/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JKopiszka%2FMathExtended/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JKopiszka","download_url":"https://codeload.github.com/JKopiszka/MathExtended/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JKopiszka%2FMathExtended/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31996445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["c","cpp","cpp-library","library","math"],"created_at":"2025-09-05T10:50:37.615Z","updated_at":"2026-04-19T05:35:50.926Z","avatar_url":"https://github.com/JKopiszka.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MathExtended DLL\n\nAuthor: Jakub Kopiszka  \nVersion: 1.0.0  \nLicense: Apache License 2.0\nPlatform: Windows (x86 / x64)  \nLanguage: C++ (MSVC)\n\n---\n\n## Overview\n\nMathExtended is a Windows dynamic-link library (DLL) providing math and physics utilities beyond the C++ standard library. It is designed for dynamic loading at runtime using `LoadLibrary` and `GetProcAddress`. Internally, code is organized with C++ classes; externally, a flat C API is exported for compatibility and ABI stability.\n\n---\n\n## Features\n\n- **Mathematics**\n  - Factorial (iterative and recursive)\n  - Greatest Common Divisor (GCD)\n  - Least Common Multiple (LCM)\n  - Mathematical constants via getters (PI, E, PHI, SQRT2, SQRT3, SQRT5)\n- **Dynamic API**\n  - No headers or `.lib` required for runtime consumption\n  - Stable C ABI suitable for cross-language interop\n\n---\n\n## Requirements\n\n- Windows 10 or later\n- MSVC (Visual Studio 2019 or newer recommended)\n- Matching architecture between consumer app and DLL (x86 with x86, x64 with x64)\n\n---\n\n## Function names\n\nFollowing names of the functions are used. You should use them to import appropirate function.\n\n- `factorial`\n- `lcm`\n- `gcd`\n- `quick_gcd`\n- `randomDouble`\n- `randomInt`\n- `get_e`\n- `get_pi`\n- `get_SQRT2`\n- `get_SQRT3`\n- `get_SQRT5`\n- `get_PHI`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkopiszka%2Fmathextended","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjkopiszka%2Fmathextended","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkopiszka%2Fmathextended/lists"}