#include <dune/common/gcd.hh>
Static Public Member Functions | |
static void | conceptCheck () |
Check that a>b. | |
Static Public Attributes | |
static const long | gcd = GcdHelper<b,a%b,true>::gcd |
The greatest common divisor of the numbers a and b. |
static void Dune::GcdHelper< a, b, true >::conceptCheck | ( | ) | [inline, static] |
Check that a>b.
References dune_static_assert.
const long Dune::GcdHelper< a, b, true >::gcd = GcdHelper<b,a%b,true>::gcd [static] |
The greatest common divisor of the numbers a and b.