HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
POLYROOT
Syntax
POLYROOT(vector)
Description
Polynomial roots. Returns the roots for the polynomial whose coefficients are specified in vector.
Example
POLYROOT([1, 0, -1]) returns {-1, 1}
POLYROOT — Discussion
↑Back to top