<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ice-online.com/index.php?action=history&amp;feed=atom&amp;title=POLYEVAL</id>
	<title>POLYEVAL - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ice-online.com/index.php?action=history&amp;feed=atom&amp;title=POLYEVAL"/>
	<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=POLYEVAL&amp;action=history"/>
	<updated>2026-04-14T10:29:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.ice-online.com/index.php?title=POLYEVAL&amp;diff=695&amp;oldid=prev</id>
		<title>ConvertBot: Evaluates a polynomial on a range of integers.</title>
		<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=POLYEVAL&amp;diff=695&amp;oldid=prev"/>
		<updated>2020-04-27T22:04:29Z</updated>

		<summary type="html">&lt;p&gt;Evaluates a polynomial on a range of integers.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Evaluates a polynomial on a range of integers.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;OUT&amp;gt;		 - Name of output file to write results to.&lt;br /&gt;
&amp;lt;COEF&amp;gt;		 - Name of Data object in results table to read coefficients.&lt;br /&gt;
&amp;lt;NDATA&amp;gt;		 - Number of points to evaluate at.&lt;br /&gt;
&amp;lt;FORMAT&amp;gt;	 - Format of the output file.&lt;br /&gt;
&amp;lt;START&amp;gt;		 - Sets abscissa start of the output file.&lt;br /&gt;
&amp;lt;DELTA&amp;gt;		 - Sets abscissa delta of the output file.&lt;br /&gt;
&amp;lt;UNITS&amp;gt;		 - Sets abscissa units of the output file.&lt;br /&gt;
&lt;br /&gt;
Evaluates a polynomial at integers between 0 and &amp;lt;NDATA&amp;gt; and outputs the &lt;br /&gt;
results to &amp;lt;OUT&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
The polynomial is gathered from a Data object in the results table having the &lt;br /&gt;
same name as &amp;lt;COEF&amp;gt;.  The object is assumed to be a double array containing &lt;br /&gt;
the coefficients for the polynomial in increasing degree (1, x, x^2, etc.).  &lt;br /&gt;
&lt;br /&gt;
FORMAT, START, DELTA, and UNITS are optional parameters.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
  1. The following will create a 4k element file, create a polynomial to fit &lt;br /&gt;
    the data, then evaluate the polynomial. fit_copy should be identical to fit.&lt;br /&gt;
    nM&amp;gt; wave in elem=4k form=SD&lt;br /&gt;
    nM&amp;gt; polyfit in 20 coef poly fit err&lt;br /&gt;
    nM&amp;gt; polyeval fit_copy coef 4k&lt;br /&gt;
&lt;br /&gt;
See Also:  POLYFIT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:NXM_Explain]]&lt;/div&gt;</summary>
		<author><name>ConvertBot</name></author>
		
	</entry>
</feed>