IArray Functions<T, TShape, TArray>.Atan 2 Method
            
            
            
            
            Computes the inverse tangent of each element of two arrays.
            
Definition
Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
void Atan2(
	TShape shape,
	TArray y,
	TArray x,
	TArray result
)