atan
Inverse trigonometric arctangent operation. Computes the elementwise arctangent of a matrix.
Return
The expression of the arctangent operation.
Parameters
value
the tensor to compute arctangent for.
Throws
If the tensor is not a matrix.
Inverse trigonometric arctangent operation. Computes the elementwise arctangent of a matrix evaluated from the matrix expression.
Return
The expression of the arctangent operation.
Parameters
value
the matrix evaluated from the tensor arithmetic expression to compute arctangent for.