{"id":20139471,"url":"https://github.com/v3ssel/calculationlib","last_synced_at":"2025-06-27T14:08:00.079Z","repository":{"id":226986612,"uuid":"769733480","full_name":"v3ssel/CalculationLib","owner":"v3ssel","description":"Calculation library, can calculate expressions from entered string","archived":false,"fork":false,"pushed_at":"2024-03-24T13:20:28.000Z","size":105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T23:17:22.945Z","etag":null,"topics":["calculator","library"],"latest_commit_sha":null,"homepage":"","language":"C++","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/v3ssel.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":"2024-03-09T22:37:22.000Z","updated_at":"2024-03-23T13:49:08.000Z","dependencies_parsed_at":"2024-11-13T21:45:49.856Z","dependency_job_id":"ab4b2cf3-6db4-47f9-9091-3edd6f55cef5","html_url":"https://github.com/v3ssel/CalculationLib","commit_stats":null,"previous_names":["v3ssel/shuntingyardcalculation","v3ssel/calculationlib"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/v3ssel/CalculationLib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v3ssel%2FCalculationLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v3ssel%2FCalculationLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v3ssel%2FCalculationLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v3ssel%2FCalculationLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/v3ssel","download_url":"https://codeload.github.com/v3ssel/CalculationLib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v3ssel%2FCalculationLib/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262270427,"owners_count":23285165,"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":["calculator","library"],"created_at":"2024-11-13T21:45:45.350Z","updated_at":"2025-06-27T14:08:00.055Z","avatar_url":"https://github.com/v3ssel.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Calculation Library\n\n### C++ Expression Calculation Library can calculate entered string expression or range with X value substitution.\n\n### Implemented on shunting yard algorithm.\n\n### Used design patterns: Template Method, Chain of Responsibility, Singleton\n\n### Created according to SOLID principes.\n\n## Supported operators and functions\n* (a + b)\n* a + b\n* a - b\n* a * b\n* a / b\n* a ^ b\n* a mod b\n* +a\n* -a\n* cos(x)\n* sin(x)\n* tan(x)\n* acos(x)\n* asin(x)\n* atan(x)\n* sqrt(x)\n* ln(x)\n* log(x)\n* x substitution\n\n\n## Extensions\n\n### There are two extensions - Credit Library and Deposit Library.\n\n### Credit Library can calculate monthly payments for your credit.\n\n### Deposit Library can calculate income from your deposit.\n\n## How to build\n```\ngit clone https://github.com/v3ssel/CalculationLib\ncd CalculationLib\nmake libs\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv3ssel%2Fcalculationlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv3ssel%2Fcalculationlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv3ssel%2Fcalculationlib/lists"}