1 reference to Invoke
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Atan2Pi.cs (1)
77public static Vector512<T> Invoke(Vector512<T> y, Vector512<T> x) => Atan2Operator<T>.Invoke(y, x) / Vector512.Create(T.Pi);