7 references to RootN
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1803destination = T.RootN(x, y);
System\Numerics\Tensors\netcore\TensorPrimitives.RootN.cs (1)
33public T Invoke(T x) => T.RootN(x, _n);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1650/// <inheritdoc cref="IRootFunctions{TSelf}.RootN(TSelf, int)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2191/// <inheritdoc cref="IRootFunctions{TSelf}.RootN(TSelf, int)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1968/// <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)
1566/// <inheritdoc cref="IRootFunctions{TSelf}.RootN(TSelf, int)" />