HP Prime for All

English  Русский 

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