tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<typename M, typename N> | |
constexpr auto | gcd (M m, N n) noexcept -> etl::common_type_t< M, N > |
Computes the greatest common divisor of the integers m and n. | |