1 reference to Invoke
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.AcosPi.cs (1)
36public static Vector512<T> Invoke(Vector512<T> x) => AcosOperator<T>.Invoke(x) / Vector512.Create(T.Pi);