| Name | Description |
---|
  | Atan(Double) |
Calculates the arctangent of a double-precision floating point number.
|
  | Atan(DoubleComplex) |
Calculates the inverse tangent of a complex number.
|
  | Atan(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.
|
  | Atan(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.
|
  | Atan(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.
|
  | Atan(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.
|
  | Atan(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.
|
  | Atan(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.
|
  | Atan(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.
|
  | Atan(Single) |
Calculates the arctangent of a floating point number.
|