{"id":16923525,"url":"https://github.com/astrojuanlu/scicalc","last_synced_at":"2025-03-21T00:29:07.123Z","repository":{"id":146448407,"uuid":"61104787","full_name":"astrojuanlu/scicalc","owner":"astrojuanlu","description":"Simple scientific calculator written in Python","archived":false,"fork":false,"pushed_at":"2016-06-14T08:26:32.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T21:11:37.203Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/astrojuanlu.png","metadata":{"files":{"readme":"README","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":"2016-06-14T08:18:01.000Z","updated_at":"2016-06-14T08:26:34.000Z","dependencies_parsed_at":"2024-06-11T19:22:17.007Z","dependency_job_id":"569f5c9d-05f5-4289-a254-38e69ec17f22","html_url":"https://github.com/astrojuanlu/scicalc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrojuanlu%2Fscicalc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrojuanlu%2Fscicalc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrojuanlu%2Fscicalc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrojuanlu%2Fscicalc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astrojuanlu","download_url":"https://codeload.github.com/astrojuanlu/scicalc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244716652,"owners_count":20498265,"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":[],"created_at":"2024-10-13T19:59:29.638Z","updated_at":"2025-03-21T00:29:07.099Z","avatar_url":"https://github.com/astrojuanlu.png","language":"Python","readme":"# Toptal First Project\n\n## Statement \n\nWrite a simple scientific calculator app with the following features:\n\n* the calculator supports addition, subtraction, multiplication, division, log on floating point numbers\n* the calculator can solve simple linear equations with a single variable (namely, x), for simplicity, only addition, subtraction and multiplication operations are allowed\n* the calculator supports parentheses in both modes\n* the calculator should have a language parser\n* do not use any library that can accomplish any of the listed requirements\n* the calculator should handle all error cases properly (by carefully indicating the errors to the user)\n\n## Examples\n\ninput: (3+(4-1))*5\noutput: 30\n\ninput: 2 * x + 0.5 = 1\noutput: x = 0.25\n\ninput: 2x + 1 = 2(1-x)\noutput: x = 0.25\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrojuanlu%2Fscicalc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastrojuanlu%2Fscicalc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrojuanlu%2Fscicalc/lists"}