1/// 数学计算 2pub mod maths; 3/// 移动平均算法 4pub mod ma; 5/// 统计学算法 6pub mod stats; 7/// 过程控制算法 8pub mod process;