Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMaxx committed Jan 2, 2016
1 parent 43bc7af commit ca73632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symengine/ntheory.h
Expand Up @@ -172,6 +172,6 @@ void powermod_list(std::vector<RCP<const Integer>> &pows, const RCP<const Intege
}

//! Finds all Quadratic Residue of a Positive Integer
std::vector<int> qadratic_residue(const int &a);
std::vector<int> quadratic_residue(const int &a);
#endif

0 comments on commit ca73632

Please sign in to comment.