Click or drag to resize

NMathFunctionsAtan Method

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