Difference between revisions of "Reference:Quartic"
Jump to navigation
Jump to search
Jholsenback (talk | contribs) m (1 revision: Initial Load (TF)) |
Jholsenback (talk | contribs) m (corrected link issue) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
{{#indexentry:quartic, keyword}} | {{#indexentry:quartic, keyword}} | ||
{{#indexentry:keyword, quartic}} | {{#indexentry:keyword, quartic}} | ||
− | <p>Also 4th order equations may be specified with the <code>quartic</code> | + | <p>Also 4th order equations may be specified with the <code>quartic</code> object.</p> |
− | object. Its syntax is:</p> | + | <p>Its syntax is:</p> |
<pre> | <pre> | ||
QUARTIC: | QUARTIC: | ||
Line 12: | Line 12: | ||
} | } | ||
</pre> | </pre> | ||
+ | <p>If additional accuracy is required you can add the <code>[[Reference:Sturm Object Modifier|sturm]]</code> object modifier.</p> |
Latest revision as of 14:07, 17 July 2016
Also 4th order equations may be specified with the quartic
object.
Its syntax is:
QUARTIC: quartic { <A1, A2, A3,... A35> [POLY_MODIFIERS...] }
If additional accuracy is required you can add the sturm
object modifier.