units
Use physical dimensions at compile-time or run-time.
|
Functions | |
template<typename A , typename B > | |
constexpr gcd_promoted< A, B > | basic_gcd (A a, B b) |
Greatest common divisor of two nonnegative numbers. More... | |
constexpr gcd_promoted<A, B> vnix::impl::basic_gcd | ( | A | a, |
B | b | ||
) |
Greatest common divisor of two nonnegative numbers.
a | First nonnegative number. |
b | Second nonnegative number. |
Definition at line 27 of file gcd.hpp.