43 return std::pow(lambda_,
static_cast<float>(this->
exponent));
57 return std::pow(lambda_, this->
exponent);
71 return std::pow(lambda_,
static_cast<long double>(this->
exponent));
Power()
Sets the default for the parameter exponent to 2.0.
virtual float function(const float lambda_) const