jpolyval | R Documentation |
Polynomila value
jpolyval(p, x)
p |
coefficients |
x |
input value |
Sum of polynomial: p_1+p_2*x^1+p_3*x^2...
Jonathan M. Lees<jonathan.lees.edu>
jpolyval(c(2,3,5), 7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.