dune-common 2.9.0
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Dune::MathematicalConstants< Field > Struct Template Reference

Provides commonly used mathematical constants. More...

#include <dune/common/math.hh>

Inheritance diagram for Dune::MathematicalConstants< Field >:
Inheritance graph

Static Public Member Functions

static const Field e ()
 Euler's number.
 
static const Field pi ()
 Archimedes' constant.
 

Detailed Description

template<class Field>
struct Dune::MathematicalConstants< Field >

Provides commonly used mathematical constants.

a struct that is specialized for types representing real or complex numbers. It provides commonly used mathematical constants with the required accuracy for the specified type.

Member Function Documentation

◆ e()

static const Field Dune::StandardMathematicalConstants< Field >::e ( )
inlinestaticinherited

Euler's number.

◆ pi()

static const Field Dune::StandardMathematicalConstants< Field >::pi ( )
inlinestaticinherited

Archimedes' constant.


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