HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
proot
Syntax
proot(Vect||Poly)
Description
Returns all computed roots of a polynomial given by its coefficients (may not work if roots are not simple).
Example
proot([1,0,-2]) returns [-1.41421356237,1.41421356237]
proot — Discussion
↑Back to top