![]() |
![]()
| ![]() |
![]()
NAMEstd::experimental::gcd - std::experimental::gcd Synopsis Defined in header <experimental/numeric>
Parametersm, n - integer values Return value If both m and n are zero, returns zero. Otherwise, returns the
greatest common
ExceptionsThrows no exceptions. See also lcm constexpr function template returning the least common
multiple of two integers
|