1 interface inheriting from ILogarithmicFunctions
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPointIeee754.cs (1)
12
ILogarithmicFunctions
<TSelf>,
73 references to ILogarithmicFunctions
System.Numerics.Tensors (37)
System\Numerics\Tensors\netcore\Tensor.cs (16)
3605
where T :
ILogarithmicFunctions
<T>
3618
where T :
ILogarithmicFunctions
<T>
3629
where T :
ILogarithmicFunctions
<T>
3641
where T :
ILogarithmicFunctions
<T>
3652
where T :
ILogarithmicFunctions
<T>
3664
where T :
ILogarithmicFunctions
<T>
3678
where T :
ILogarithmicFunctions
<T>
3691
where T :
ILogarithmicFunctions
<T>
3705
where T :
ILogarithmicFunctions
<T>
3718
where T :
ILogarithmicFunctions
<T>
3732
where T :
ILogarithmicFunctions
<T>
3745
where T :
ILogarithmicFunctions
<T>
3759
where T :
ILogarithmicFunctions
<T>
3772
where T :
ILogarithmicFunctions
<T>
3786
where T :
ILogarithmicFunctions
<T>
3799
where T :
ILogarithmicFunctions
<T>
System\Numerics\Tensors\netcore\TensorOperation.cs (6)
1240
where T :
ILogarithmicFunctions
<T>
1275
where T :
ILogarithmicFunctions
<T>
1290
where T :
ILogarithmicFunctions
<T>
1305
where T :
ILogarithmicFunctions
<T>
1320
where T :
ILogarithmicFunctions
<T>
1335
where T :
ILogarithmicFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Log.cs (5)
32
where T :
ILogarithmicFunctions
<T>
60
where T :
ILogarithmicFunctions
<T>
86
where T :
ILogarithmicFunctions
<T>
98
where T :
ILogarithmicFunctions
<T>
147
where T :
ILogarithmicFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Log10.cs (2)
31
where T :
ILogarithmicFunctions
<T>
43
where T :
ILogarithmicFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Log10P1.cs (2)
31
where T :
ILogarithmicFunctions
<T>
43
where T :
ILogarithmicFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Log2.cs (2)
32
where T :
ILogarithmicFunctions
<T>
44
where T :
ILogarithmicFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Log2P1.cs (2)
31
where T :
ILogarithmicFunctions
<T>
43
where T :
ILogarithmicFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.LogP1.cs (2)
31
where T :
ILogarithmicFunctions
<T>
43
where T :
ILogarithmicFunctions
<T>
System.Private.CoreLib (35)
src\libraries\System.Private.CoreLib\src\System\Double.cs (6)
887
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log(TSelf)" />
891
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log(TSelf, TSelf)" />
894
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.LogP1(TSelf)" />
897
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log2P1(TSelf)" />
900
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log10(TSelf)" />
904
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log10P1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (6)
1594
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log(TSelf)" />
1597
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log(TSelf, TSelf)" />
1600
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log10(TSelf)" />
1603
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.LogP1(TSelf)" />
1606
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log2P1(TSelf)" />
1609
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log10P1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (6)
1253
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log(TSelf)" />
1256
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log(TSelf, TSelf)" />
1259
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log10(TSelf)" />
1262
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.LogP1(TSelf)" />
1265
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log2P1(TSelf)" />
1268
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log10P1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\ILogarithmicFunctions.cs (1)
10
where TSelf :
ILogarithmicFunctions
<TSelf>?
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (2)
2007
where T :
ILogarithmicFunctions
<T>
2049
where T :
ILogarithmicFunctions
<T>
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (6)
1218
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log(TSelf)" />
1221
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log(TSelf, TSelf)" />
1224
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.LogP1(TSelf)" />
1227
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log2P1(TSelf)" />
1230
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log10(TSelf)" />
1233
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log10P1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (2)
2366
where T :
ILogarithmicFunctions
<T>
2412
where T :
ILogarithmicFunctions
<T>
src\libraries\System.Private.CoreLib\src\System\Single.cs (6)
884
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log(TSelf)" />
888
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log(TSelf, TSelf)" />
891
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.LogP1(TSelf)" />
894
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log10(TSelf)" />
898
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log2P1(TSelf)" />
901
/// <inheritdoc cref="
ILogarithmicFunctions
{TSelf}.Log10P1(TSelf)" />
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net11.0\System.Runtime.Forwards.cs (1)
391
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.
ILogarithmicFunctions
<>))]