dune-common 2.9.0
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Dune::StaticPower< b, p > Struct Template Reference

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

#include <dune/common/power.hh>

Static Public Attributes

static constexpr int power = Dune::power(b,p)
 power stores b^p
 

Detailed Description

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

Calculates b^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: