tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
gcd.hpp File Reference

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.