1 interface inheriting from IPowerFunctions
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPointIeee754.cs (1)
13IPowerFunctions<TSelf>,
18 references to IPowerFunctions
System.Numerics.Tensors (11)
System\Numerics\Tensors\netcore\Tensor.cs (6)
4353where T : IPowerFunctions<T> 4365where T : IPowerFunctions<T> 4376where T : IPowerFunctions<T> 4388where T : IPowerFunctions<T> 4399where T : IPowerFunctions<T> 4411where T : IPowerFunctions<T>
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1719where T : IPowerFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Pow.cs (4)
25where T : IPowerFunctions<T> => 40where T : IPowerFunctions<T> => 55where T : IPowerFunctions<T> => 60where T : IPowerFunctions<T>
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1481/// <inheritdoc cref="IPowerFunctions{TSelf}.Pow(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2178/// <inheritdoc cref="IPowerFunctions{TSelf}.Pow(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1955/// <inheritdoc cref="IPowerFunctions{TSelf}.Pow(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\IPowerFunctions.cs (1)
10where TSelf : IPowerFunctions<TSelf>?
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1800/// <inheritdoc cref="IPowerFunctions{TSelf}.Pow(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1500/// <inheritdoc cref="IPowerFunctions{TSelf}.Pow(TSelf, TSelf)" />
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net11.0\System.Runtime.Forwards.cs (1)
397[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.IPowerFunctions<>))]