root takes two arguments: an integer n and a number a. root returns the n-th root of a (i.e. a1/n). If a<0, the n-th root is a complex number of argument 2π/n. Input:
Output:
^
Input: