Overload List
| Name | Description | |
|---|---|---|
| Acos(DoubleMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the arccosine function to each element of
the matrix.
| |
| Acos(DoubleVector) |
Creates a new vector with the same size as a given vector, whose
values are the result of applying the arccosine function to each
element of the vector.
| |
| Acos(FloatMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the arccosine function to each element of
the matrix.
| |
| Acos(FloatVector) |
Creates a new vector with the same size as a given vector, whose values
are the result of applying the arccosine function to each element of
the given vector.
| |
| Acos(Double) |
Calculates the arccosine of a double-precision floating point number.
| |
| Acos(Single) |
Calculates the arccosine of a floating point number.
|