Algebraic traits and default numeric instances that define the generic foundation for LunaFlow math packages.
pub(open) trait Inverse {
inv(Self) -> Self
}pub(open) trait One {
one() -> Self
}Algebraic traits and default numeric instances that define the generic foundation for LunaFlow math packages.