Functor that represents x^p,. More...
#include <Arithmetic.hpp>
Public Member Functions | |
| constexpr | Power (double p) |
| template<class T > | |
| auto | operator() (T const &x) const |
Public Attributes | |
| double | p_ |
Friends | |
| constexpr auto | partial (Power const &P, index_t< 0 >) |
Functor that represents x^p,.