https://github.com/ohsayan/mathlib
A math library for Rust
https://github.com/ohsayan/mathlib
Last synced: about 2 months ago
JSON representation
A math library for Rust
- Host: GitHub
- URL: https://github.com/ohsayan/mathlib
- Owner: ohsayan
- License: apache-2.0
- Created: 2020-10-26T07:37:59.000Z (almost 5 years ago)
- Default Branch: next
- Last Pushed: 2020-10-26T08:15:31.000Z (almost 5 years ago)
- Last Synced: 2025-05-13T00:52:33.499Z (5 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mathlib
   [](https://docs.rs/mathlib)
## Introduction
`mathlib` is an effort to provide a native math library for Rust, which covers multiple domains of mathematics. At this moment, this library is a work-in-progress, but I hope to make this library a _stable reality_ in the near future.
## Stability
This library is currently under development, which implies that there may be unpredictable changes to the public API.
## License
This library is distributed under the permissive [Apache-2.0 License](./LICENSE).