dune-common  2.3.1
Static Public Member Functions | Static Public Attributes | List of all members
Dune::Lcm< m, n > Struct Template Reference

Calculate the least common multiple of two numbers. More...

#include <dune/common/lcm.hh>

Static Public Member Functions

static void conceptCheck ()
 

Static Public Attributes

static const long value = (m/Gcd<m,n>::value)*n
 The least common multiple of the template parameters m and n. More...
 

Detailed Description

template<long m, long n>
struct Dune::Lcm< m, n >

Calculate the least common multiple of two numbers.


The documentation for this struct was generated from the following file: