2 references to Sqrt
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
2976T element = Scalar<T>.Sqrt(value.GetElementUnsafe(index));
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
3778T value = Scalar<T>.Sqrt(vector.GetElementUnsafe(index));