2 个版本

使用旧的 Rust 2015

0.1.1 2018年2月20日
0.1.0 2018年2月20日

#15 in #stochastic

MIT 许可证

135KB
2K SLoC

mathol

mathol crate

mathol 是一个 crate,用于在 Rust 中进行数学操作。

使用 mathol

添加到您的 Cargo.toml 文件中

[dependencies]
mathol = "0.1.0"

然后,在您的代码中使用它

extern crate mathol;

例如:

```rust

use mathol::mathol;