Previous Up Next

13.13.6  The polar coordinates of a point: polar_coordinates

The polar_coordinates command finds the polar coordinates of a point.


Example.
Input:

polar_coordinates(1 + i)

or:

polar_coordinates(point(1 + i))

or:

polar_coordinates([1,1])

Output:




2
,
π 
4




Previous Up Next