6 references to RootN
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1771destination = T.RootN(x, y);
System\Numerics\Tensors\netcore\TensorPrimitives.RootN.cs (1)
33public T Invoke(T x) => T.RootN(x, _n);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1653/// <inheritdoc cref="IRootFunctions{TSelf}.RootN(TSelf, int)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2195/// <inheritdoc cref="IRootFunctions{TSelf}.RootN(TSelf, int)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1813/// <inheritdoc cref="IRootFunctions{TSelf}.RootN(TSelf, int)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1569/// <inheritdoc cref="IRootFunctions{TSelf}.RootN(TSelf, int)" />