Crates.io | rust-poly |
lib.rs | rust-poly |
version | |
source | src |
created_at | 2023-07-17 13:44:54.201107 |
updated_at | 2024-10-11 00:21:07.129395 |
description | Numeric manipulation of real and complex polynomials. |
homepage | https://github.com/PanieriLorenzo/rust-poly |
repository | https://github.com/PanieriLorenzo/rust-poly |
max_upload_size | |
id | 918520 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Numeric manipulation of real and complex polynomials.
Note: this crate is still in development and might change in the future.
Basic Goals:
num
types and others
Future Goals:
no_std
supportNon-Goals:
If you want to contribute to this project, please read CONTRIBUTING.md.
Before opening a pull request, make sure you have read DEVELOPMENT.md.
This library is covered by the MIT license, see LICENSE.
Parts of the source code are based on the NumPy library for Python, used in accordance to the original license, see licenses/numpy/LICENSE.txt.