{"id":19699255,"url":"https://github.com/vlambda/numerilib","last_synced_at":"2026-06-09T02:34:05.200Z","repository":{"id":178239355,"uuid":"658744894","full_name":"VLambda/NumeriLib","owner":"VLambda","description":"A Rust Mathematics Library","archived":false,"fork":false,"pushed_at":"2023-10-26T19:40:04.000Z","size":232,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T05:31:10.721Z","etag":null,"topics":["calculus","cargo","crate","library","linear-algebra","math","mathematics","matrix","matrix-functions","rust","rust-lang","statistics","stats"],"latest_commit_sha":null,"homepage":"https://vlambda.github.io/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VLambda.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","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":"2023-06-26T12:04:27.000Z","updated_at":"2024-04-01T16:39:28.000Z","dependencies_parsed_at":"2023-07-30T23:29:27.713Z","dependency_job_id":"3dea1849-a94b-4b47-a4e9-5e840dcee8df","html_url":"https://github.com/VLambda/NumeriLib","commit_stats":null,"previous_names":["vlambda/vml","vlambda/ferrate"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VLambda%2FNumeriLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VLambda%2FNumeriLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VLambda%2FNumeriLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VLambda%2FNumeriLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VLambda","download_url":"https://codeload.github.com/VLambda/NumeriLib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241013956,"owners_count":19894174,"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":["calculus","cargo","crate","library","linear-algebra","math","mathematics","matrix","matrix-functions","rust","rust-lang","statistics","stats"],"created_at":"2024-11-11T20:02:05.979Z","updated_at":"2025-11-22T02:04:11.015Z","avatar_url":"https://github.com/VLambda.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--suppress ALL --\u003e\n\u003cp align=\"center\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./assets/logo/numerilib_logo_100px_dark_mode.png\"\u003e\n      \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"./assets/logo/numerilib_logo_100px_light_mode.png\"\u003e\n      \u003cimg alt=\"NumeriLib Logo\"\u003e\n    \u003c/picture\u003e\n\u003c/p\u003e\n\n***\n\n\u003cdiv align=\"center\"\u003e\n\n[![Static Badge](https://img.shields.io/badge/mdbook-282d3f?style=for-the-badge\u0026logo=mdbook\u0026logoColor=white\u0026link=vlambda.github.io)](https://vlambda.github.io/)\n[![Static Badge](https://img.shields.io/badge/v0.1.2-282d3f?style=for-the-badge\u0026logo=rust\u0026logoColor=white\u0026label=crates.io\u0026labelColor=%23161923\u0026link=crates.io%2Fcrates%2Fnumerilib)](https://crates.io/crates/numerilib/)\n[![Static Badge](https://img.shields.io/badge/BSD_3--Clause-282d3f?style=for-the-badge\u0026logo=bsd\u0026logoColor=white\u0026label=License\u0026labelColor=%23161923\u0026link=github.com%2FVLambda%2FNumeriLib%2Fblob%2Fmain%2FLICENSE)](./LICENSE)\n[![Static Badge](https://img.shields.io/badge/docs.rs-282d3f?style=for-the-badge\u0026logo=rust\u0026logoColor=white\u0026link=docs.rs%2Fnumerilib)](https://docs.rs/numerilib/0.1.2/numerilib/)\n\n\u003c/div\u003e\n\n***\n\n\n### Table of Content\n* [What is NumeriLib](#what-is-numerilib)\n* [Adding to your Project](#add-to-your-project)\n* [Documentation](#documentation)\n\n***\n\n### What is Numerilib?\nNumeriLib is a rust mathematics library made. It provides various mathematical functions for different branches of Mathematics including Calculus, Linear Algebra, Statistics, etc. It is a work in progress and will be updated regularly.\n\n***\n\n### Add To Your Project:\n\nTo add NumeriLib to your Cargo project, simply add the following line to your `Cargo.toml` file:\n\n```toml\nnumerilib = \"0.1.0\"\n```\n\nOr, you can add it via the command line:\n\n```bash\ncargo add numerilib\n```\n***\n\n### Documentation:\n\nThere are 2 websites you can go to get documentation for NumeriLib. The NumeriLib Book and the Documentation on Doc.rs. The Book explains each function, but is still behind when it comes to showcasing all the functions in this library. The Doc.rs documentation is more up to date and has more examples, but does not explain each function nearly as in depth.\n\n#### \u003ca href=\"https://docs.rs/numerilib/\" target=\"_blank\"\u003eDoc.rs\u003c/a\u003e\n\n#### \u003ca href=\"https://vlambda.github.io/\" target=\"_blank\"\u003eNumeriLib Book\u003c/a\u003e\n***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlambda%2Fnumerilib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvlambda%2Fnumerilib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlambda%2Fnumerilib/lists"}