IArray Functions<T, TShape, TArray>.Atan 2 Method
Computes the inverse tangent of each element of two arrays.
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 Atan2(
TShape shape,
TArray y,
TArray x,
TArray result
)