Merge branch 'develop' into remove_optional

This commit is contained in:
Nick
2018-12-04 10:57:02 -07:00
committed by GitHub
19 changed files with 71 additions and 2435 deletions

View File

@ -38,8 +38,6 @@ The extended Euclidean algorithm solves the integer relation /mx + ny/ = gcd(/m/
int y = res.y;
// mx + ny = gcd(m,n) should now hold
Unlike most of the library, the extended Euclidean algorithm requires C++11 features.
[endsect]
[section References]