roots ( x t -- seq )


Vocabulary
math.functions

Inputs
xa number
tan integer


Outputs
seqa sequence


Word description
Outputs the t roots of a number x.

Notes
The results are not necessarily real.

Definition