7 个版本
0.3.8 | 2022年7月18日 |
---|---|
0.3.6 | 2022年7月14日 |
0.3.1 | 2022年6月13日 |
0.2.0 | 2022年5月2日 |
0.1.0 | 2022年4月28日 |
#62 in #基础
907 每月下载量
用于 2 个包(通过 wplot)
140KB
3.5K SLoC
模块 :: wmath

聚合多个数学模块的数学库。
示例
use wmath::adapter::prelude::*;
let x2_original = wmath::X2::< u8 >( 1, 3 );
println!( "{:?}", x2_original );
/* log : X2(1, 3) */
let x2_to_array = x2_original.clone_as_array();
println!( "{:?}", x2_to_array );
/* log : [1, 3] */
添加到您的项目中
cargo add wmath
从仓库中尝试
git clone https://github.com/Wandalen/wMath
cd wMath
cd sample/rust/wmath_trivial
cargo run
依赖项
~4–17MB
~273K SLoC