Click or drag to resize

NMathFunctionsAcos Method

Overload List
 NameDescription
Public methodStatic memberAcos(Double) Calculates the arccosine of a double-precision floating point number.
Public methodStatic memberAcos(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.
Public methodStatic memberAcos(DoubleSymmetricMatrix) 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.
Public methodStatic memberAcos(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.
Public methodStatic memberAcos(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.
Public methodStatic memberAcos(FloatSymmetricMatrix) 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.
Public methodStatic memberAcos(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.
Public methodStatic memberAcos(Single) Calculates the arccosine of a floating point number.
Top
See Also