44 FatalErrorIn(
"Foam::polynomial::polynomial(const word&, Istream&)")
45 <<
"polynomial coefficients for entry " << this->
name_
71 y += coeffs_[i].first()*
pow(x, coeffs_[i].second());
85 coeffs_[i].first()/(coeffs_[i].second() + 1)
87 pow(x2, coeffs_[i].second() + 1)
88 -
pow(x1, coeffs_[i].second() + 1)