All the tools you need for integers and rational numbers.
Dependencies
kokic/pythagoras does not have a README file
pub trait HasNil {
fn nil() -> Self
}pub trait HasOne {
fn one() -> Self
}fn[E : Compare + Eq, P : Compare + Eq] sorted_factors(n : E, f : (E) -> HashMap[E, P] raise InvokeError) -> Array[(E, P)] raise InvokeErrorInstall
Download zipAll the tools you need for integers and rational numbers.
Dependencies