{"id":15049266,"url":"https://github.com/cobyj33/tcalc","last_synced_at":"2026-03-16T20:03:10.284Z","repository":{"id":202710611,"uuid":"701628816","full_name":"cobyj33/tcalc","owner":"cobyj33","description":"Terminal C Calculator","archived":false,"fork":false,"pushed_at":"2024-11-23T19:41:25.000Z","size":497,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T20:41:06.706Z","etag":null,"topics":["c99","calc","calculator","expr","lexer","math","parser","terminal-based","terminal-calculator"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cobyj33.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-10-07T05:22:26.000Z","updated_at":"2024-11-22T12:33:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4ba66e4-2240-4e93-aa70-281c120830fb","html_url":"https://github.com/cobyj33/tcalc","commit_stats":null,"previous_names":["cobyj33/tcalc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobyj33%2Ftcalc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobyj33%2Ftcalc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobyj33%2Ftcalc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cobyj33%2Ftcalc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cobyj33","download_url":"https://codeload.github.com/cobyj33/tcalc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243505960,"owners_count":20301619,"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":["c99","calc","calculator","expr","lexer","math","parser","terminal-based","terminal-calculator"],"created_at":"2024-09-24T21:19:20.977Z","updated_at":"2025-12-28T20:27:27.214Z","avatar_url":"https://github.com/cobyj33.png","language":"C","readme":"# tcalc\n\nTerminal Floating-Precision Calculator written in C99\n\n## Usage:\n\n```bash\ntcalc \"2 * 3 ^ ln(2)\"\ntcalc \"(sin(5))^2 + (cos(5))^2\"\ntcalc \"5 + sin(2 * pi)\"\ntcalc \"23 + arcsin(0.5) * (1 / 4)\"\n```\n\n## Accepted Operators\n\n- a + b\n- a - b\n- a * b\n- a / b\n- a % b\n- -a\n- +a\n\n## Accepted Functions\n\n### Trigonometric Functions\n\n- sin(a), cos(a), tan(a)\n- sec(a), csc(a), cot(a)\n- asin(a), arcsin(a), acos(a), arccos(a), atan(a), arctan(a)\n- asec(a), arcsec(a), acsc(a), arccsc(a), acot(a), arccot(a)\n\n### Hyperbolic Functions\n\n- sinh(a), cosh(a), tanh(a)\n- asinh(a), arcsinh(a), acosh(a), arccosh(a), atanh(a), arctanh(a)\n\n### Exponential Functions\n\n- log(a)\n- ln(a)\n- exp(a)\n- sqrt(a)\n- cbrt(a)\n- pow(a, b)\n\n### Other Functions\n\n- ceil(a)\n- floor(a)\n- round(a)\n- abs(a)\n\n\n## Accepted Grouping Symbols\n\n- (a)\n- \\[b]\n\n## Accepted Variables:\n\n- pi\n- e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobyj33%2Ftcalc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcobyj33%2Ftcalc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobyj33%2Ftcalc/lists"}