Dune Core Modules (2.8.0)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dune::Lcm< m, n > Struct Template Reference
Calculate the least common multiple of two numbers. More...
#include <dune/common/lcm.hh>
Static Public Attributes | |
static constexpr long | value = std::lcm(m,n) |
The least common multiple of the template parameters m and n. | |
Detailed Description
template<long m, long n>
struct Dune::Lcm< m, 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:
- dune/common/lcm.hh
