Function SymEngine::powermod_list

Function Documentation

void SymEngine::powermod_list(std::vector<RCP<const Integer>> &pows, const RCP<const Integer> &a, const RCP<const Number> &b, const RCP<const Integer> &m)

All solutions to x**s == a**r mod m where b = r / s. Return false if none exists.