angle(n) magnitude(n)
Return the angle/magnitude part of the complex number n.
n
angle(polar(10, 3)) // 3. magnitude(polar(10, 3)) // 10.
Core Module Index | Contents