mathhook-core 0.2.0

Core mathematical engine for MathHook - expressions, algebra, and solving
Documentation
1
2
3
4
5
//! Polynomial GCD Algorithms
//!
//! Pure i64 integer GCD for numeric operations.

pub use super::zippel_gcd::integer_gcd;