You are here: Symbol Reference > Polynoms Namespace > Functions > Polynoms.PolyEval Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Polynoms.PolyEval Function

Evaluates a polynomial with coefficients Coeff at value Val and returns the results in result.

Pascal
procedure PolyEval(Val: TVec; Coeff: TVec; result: TVec); overload;

Evaluates a polynomial with coefficients Coeff at value Val and returns the results in result.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!