ak.angle
--------

.. py:module: ak.angle

Defined in `awkward.operations.ak_angle <https://github.com/scikit-hep/awkward/blob/36da52cfa8846355c390beb6555eac1d31c27c26/src/awkward/operations/ak_angle.py>`__ on `line 17 <https://github.com/scikit-hep/awkward/blob/36da52cfa8846355c390beb6555eac1d31c27c26/src/awkward/operations/ak_angle.py#L17>`__.

.. py:function:: ak.angle(val, deg=False, highlevel=True, behavior=None, attrs=None)


    :param val: array_like
            Input array.
    :param deg: If True, returns angles in degrees,
            otherwise in radians.
    :type deg: bool, default is False
    :param highlevel: If True, return an :py:obj:`ak.Array`;
                  otherwise, return a low-level :py:obj:`ak.contents.Content` subclass.
    :type highlevel: bool, default is True
    :param behavior: Custom :py:obj:`ak.behavior` for the output array, if
                 high-level.
    :type behavior: None or dict
    :param attrs: Custom attributes for the output array, if
              high-level.
    :type attrs: None or dict

Returns the counterclockwise angle from the positive real axis on the complex
plane in the range ````(-pi, pi]````, with dtype as a float.