matacos(X)
Returns the arccosine (in radians) of matrix
X
.
(Available as of version 13.29)
Function type
Vector only
Syntax
matacos(X)
Input
Argument | Type | Description |
---|---|---|
X |
matrix model | A column name The column specified by this parameter must contain matrix models generated by the 1010data Matrix Functions. |
Return Value
Returns a matrix containing the arccosine of matrix X
, in radians.
If X
is N/A, the result is N/A.
This function operates element-wise.