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