|
Feel++ 0.91.0
|
Structure that holds a constant with different numerical representation. More...
#include <constants.hpp>
Public Member Functions | |
| operator Rep () const | |
| template<> | |
| operator double () const | |
Structure that holds a constant with different numerical representation.
The Constant class/struct provides a place to put * the actual definition of the value of each constant. * It also turns an implicit conversion operation * (which does not need any parentheses) into an explicit call to the * correct function that actually knows (and returns) the right value.
1.7.4