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