dune-common  2.3.1
Classes | Namespaces
lcm.hh File Reference

Statically compute the least common multiple of two integers. More...

#include <dune/common/static_assert.hh>
#include <dune/common/gcd.hh>

Go to the source code of this file.

Classes

struct  Dune::Lcm< m, n >
 Calculate the least common multiple of two numbers. More...
 

Namespaces

 Dune
 Dune namespace.
 

Detailed Description

Statically compute the least common multiple of two integers.

This file provides template constructs for calculation the least common multiple.