{"id":18864856,"url":"https://github.com/rshipp/math-c","last_synced_at":"2025-08-01T09:15:10.237Z","repository":{"id":2603390,"uuid":"3586338","full_name":"rshipp/math-c","owner":"rshipp","description":"A few simple math-related C and C++ programs.","archived":false,"fork":false,"pushed_at":"2020-06-14T23:53:33.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-08T22:13:51.758Z","etag":null,"topics":["c","continued-fractions","factorial","math"],"latest_commit_sha":null,"homepage":"http://rshipp.github.io/math-c","language":"C","has_issues":false,"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/rshipp.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}},"created_at":"2012-02-29T22:00:40.000Z","updated_at":"2020-06-14T23:54:04.000Z","dependencies_parsed_at":"2022-08-29T05:01:41.356Z","dependency_job_id":null,"html_url":"https://github.com/rshipp/math-c","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rshipp/math-c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshipp%2Fmath-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshipp%2Fmath-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshipp%2Fmath-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshipp%2Fmath-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rshipp","download_url":"https://codeload.github.com/rshipp/math-c/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rshipp%2Fmath-c/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259901380,"owners_count":22929224,"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":["c","continued-fractions","factorial","math"],"created_at":"2024-11-08T04:44:17.261Z","updated_at":"2025-06-15T00:07:52.096Z","avatar_url":"https://github.com/rshipp.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Just a few simple math-related C and C++ programs and functions.\nThese are written extremely pedantically in either Allman or OTB\nstyles, with 2-space or 4-space indentation.\n\n\n#### Benchmarks for the factorial functions\n##### Recursive factorial_r(12), 100,000,000 iterations\n\n    real    0m6.067s\n    user    0m5.861s\n    sys     0m0.039s\n\n##### For-loop factorial_f(12), 100,000,000 iterations\n\n    real    0m4.656s\n    user    0m4.596s\n    sys     0m0.030s\n\n##### Recursive factorial_r(3), 100,000,000 iterations\n\n    real    0m1.248s\n    user    0m1.231s\n    sys     0m0.009s\n\n##### For-loop factorial_f(3), 100,000,000 iterations\n\n    real    0m0.918s\n    user    0m0.735s\n    sys     0m0.007s\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frshipp%2Fmath-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frshipp%2Fmath-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frshipp%2Fmath-c/lists"}