1 reference to Invoke
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Log10P1.cs (1)
42
public static Vector512<T> Invoke(Vector512<T> x) => Log10Operator<T>.
Invoke
(x + Vector512<T>.One);