dune-common  2.7.0
Public Types | List of all members
Dune::StaticPower< m, p > Struct Template Reference

Calculates m^p at compile time. More...

#include <dune/common/power.hh>

Public Types

enum  { power = Dune::power(m,p) }
 power stores m^p More...
 

Detailed Description

template<int m, int p>
struct Dune::StaticPower< m, p >

Calculates m^p at compile time.

Deprecated:
Please use the method power from math.hh instead!

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