Function atan

  • The inverse of tan(), returns the arc tangent of each tensor element. This function expects the values in the range of -Infinity to Infinity (exclusive) and values are returned in the range -PI/2 to PI/2.

    Returns

    the arc tangent of each tensor element

    Parameters

    Returns Tensor

Generated using TypeDoc