Calculator
Step 6
|
Go to the source code of this file.
Functions | |
template<class T > | |
T | gcd (T n, T m) |
T gcd | ( | T | n, |
T | m | ||
) |
Compute greatest-common-denominator.
n | |
m |
Definition at line 8 of file gcd.hpp.
Referenced by rational< T >::reduce().