Function: COMMON-LISP:PHASE

package type clhs github

Return the angle part of the polar representation of a complex number. For complex numbers, this is (atan (imagpart number) (realpart number)). For non-complex positive numbers, this is 0. For non-complex negative numbers this is PI.

Lambda list

(number)