10 references to RootN
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1823destination = T.RootN(x, y);
System\Numerics\Tensors\netcore\TensorPrimitives.RootN.cs (1)
33public T Invoke(T x) => T.RootN(x, _n);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1699/// <inheritdoc cref="IRootFunctions{TSelf}.RootN(TSelf, int)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2266/// <inheritdoc cref="IRootFunctions{TSelf}.RootN(TSelf, int)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1989/// <inheritdoc cref="IRootFunctions{TSelf}.RootN(TSelf, int)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1045/// <inheritdoc cref="IRootFunctions{TSelf}.RootN(TSelf, int)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1056/// <inheritdoc cref="IRootFunctions{TSelf}.RootN(TSelf, int)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1049/// <inheritdoc cref="IRootFunctions{TSelf}.RootN(TSelf, int)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1764/// <inheritdoc cref="IRootFunctions{TSelf}.RootN(TSelf, int)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1613/// <inheritdoc cref="IRootFunctions{TSelf}.RootN(TSelf, int)" />