math_polynom_round | R Documentation |
The polynomial will be rounded according to round_digits
.
math_polynom_round(poly, round_digits = 9)
poly |
polynomial character string |
round_digits |
the number of digit used to round the polynomial coefficients |
polynomial
Florian Wagner florian.wagner@wagnius.ch
"-x^5+0.0000000001*x^3+0.9999999999*x^2+x-0.2"|>math_polynom_round()
"0.1*x^5+0.0000000001*x^3+0.9999999999*x^2+x-0.2"|>math_polynom_round()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.