Function asin

  • The inverse of sin(), returns the arc sine of a each tensor element. This function expects the values in the range of -1 to 1 and values are returned in the range -PI/2 to PI/2.

    Returns

    the arc sine of each tensor element

    Parameters

    Returns Tensor

Generated using TypeDoc