IArray Functions<T, TShape, TArray>.Atan Method
Computes the inverse tangent of each element of an array.
Definition
Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
void Atan(
TShape shape,
TArray operand,
TArray result
)