{"id":21532227,"url":"https://github.com/modscleo4/mathpp","last_synced_at":"2025-03-17T19:29:24.692Z","repository":{"id":115746809,"uuid":"119091285","full_name":"modscleo4/mathpp","owner":"modscleo4","description":"Simple Java utility with a bunch of mathematical functions","archived":false,"fork":false,"pushed_at":"2019-01-02T05:14:10.000Z","size":7081,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T06:42:17.064Z","etag":null,"topics":["java-utilities","math"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/modscleo4.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}},"created_at":"2018-01-26T19:01:03.000Z","updated_at":"2021-09-06T17:58:15.000Z","dependencies_parsed_at":"2023-07-03T12:18:21.045Z","dependency_job_id":null,"html_url":"https://github.com/modscleo4/mathpp","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/modscleo4%2Fmathpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modscleo4%2Fmathpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modscleo4%2Fmathpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modscleo4%2Fmathpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modscleo4","download_url":"https://codeload.github.com/modscleo4/mathpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244096346,"owners_count":20397399,"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":["java-utilities","math"],"created_at":"2024-11-24T02:19:11.803Z","updated_at":"2025-03-17T19:29:24.688Z","avatar_url":"https://github.com/modscleo4.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Math++\n## Simple Java utility with a bunch of mathematical functions\n[![Build Status](https://travis-ci.org/modscleo4/mathpp.svg?branch=master)](https://travis-ci.org/modscleo4/mathpp)\n\nMath++ provides functions from number base conversion to Matrix operations, including determinant, matrix multiplication, sum, subtraction, transposing and inverting.\n\nThere's a library which you can use in your own app, including Android apks.\n\nAll the functions were documented, so all you have to do is put it in your library path and use its functions.\n\n### Library functions (example usage)\n\n```java\npublic class Main {\n    public static void main(String[] args) {\n        Matrix mat = new Matrix({\n            {1, 2, 3},\n            {4, 5, 6},\n            {7, 8, 9}\n        });\n        System.out.println(\"Determinant: \" + mat.determinant());\n        System.out.println(\"Is a triangle matrix? \" + mat.isTriangle());\n    }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodscleo4%2Fmathpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodscleo4%2Fmathpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodscleo4%2Fmathpp/lists"}