Click or drag to resize

NMathFunctionsAsin Method

Overload List
 NameDescription
Public methodStatic memberAsin(Double) Calculates the arcsine of a double-precision floating point number.
Public methodStatic memberAsin(DoubleMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the arcsine function to each element of the matrix.
Public methodStatic memberAsin(DoubleSymmetricMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the arcsine function to each element of the matrix.
Public methodStatic memberAsin(DoubleVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the arcsine function to each element of the vector.
Public methodStatic memberAsin(FloatMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the arcsine function to each element of the matrix.
Public methodStatic memberAsin(FloatSymmetricMatrix) Creates a new matrix with the same dimensions as a given matrix, whose values are the result of applying the arcsine function to each element of the matrix.
Public methodStatic memberAsin(FloatVector) Creates a new vector with the same size as a given vector, whose values are the result of applying the arcsine function to each element of the given vector.
Public methodStatic memberAsin(Single) Calculates the arcsine of a floating point number.
Top
See Also