Function SymEngine::nthroot_mod_list

Function Documentation

void SymEngine::nthroot_mod_list(std::vector<RCP<const Integer>> &roots, const RCP<const Integer> &a, const RCP<const Integer> &n, const RCP<const Integer> &m)

All Solutions to x**n == a mod m. Return false if none exists.