pub trait RootInvParams { }

Implementations on Foreign Types§

source§

impl<N, P> RootInvParams for (N, P)
where P: Unsigned + Add<U1>, N: RootDegree + Mul<<P as Add<U1>>::Output>, <N as Mul<<P as Add<U1>>::Output>>::Output: IsLessOrEqual<U256, Output = True>,

Implementors§