1 interface inheriting from ILogarithmicFunctions
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPointIeee754.cs (1)
12ILogarithmicFunctions<TSelf>,
94 references to ILogarithmicFunctions
System.Numerics.Tensors (37)
System\Numerics\Tensors\netcore\Tensor.cs (16)
3801where T : ILogarithmicFunctions<T> 3814where T : ILogarithmicFunctions<T> 3825where T : ILogarithmicFunctions<T> 3837where T : ILogarithmicFunctions<T> 3848where T : ILogarithmicFunctions<T> 3860where T : ILogarithmicFunctions<T> 3874where T : ILogarithmicFunctions<T> 3887where T : ILogarithmicFunctions<T> 3901where T : ILogarithmicFunctions<T> 3914where T : ILogarithmicFunctions<T> 3928where T : ILogarithmicFunctions<T> 3941where T : ILogarithmicFunctions<T> 3955where T : ILogarithmicFunctions<T> 3968where T : ILogarithmicFunctions<T> 3982where T : ILogarithmicFunctions<T> 3995where T : ILogarithmicFunctions<T>
System\Numerics\Tensors\netcore\TensorOperation.cs (6)
1260where T : ILogarithmicFunctions<T> 1295where T : ILogarithmicFunctions<T> 1310where T : ILogarithmicFunctions<T> 1325where T : ILogarithmicFunctions<T> 1340where T : ILogarithmicFunctions<T> 1355where T : ILogarithmicFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Log.cs (5)
32where T : ILogarithmicFunctions<T> 60where T : ILogarithmicFunctions<T> 86where T : ILogarithmicFunctions<T> 98where T : ILogarithmicFunctions<T> 147where T : ILogarithmicFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Log10.cs (2)
31where T : ILogarithmicFunctions<T> 43where T : ILogarithmicFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Log10P1.cs (2)
31where T : ILogarithmicFunctions<T> 43where T : ILogarithmicFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Log2.cs (2)
32where T : ILogarithmicFunctions<T> 44where T : ILogarithmicFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Log2P1.cs (2)
31where T : ILogarithmicFunctions<T> 43where T : ILogarithmicFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.LogP1.cs (2)
31where T : ILogarithmicFunctions<T> 43where T : ILogarithmicFunctions<T>
System.Private.CoreLib (56)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (6)
903/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf)" /> 907/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf, TSelf)" /> 910/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.LogP1(TSelf)" /> 913/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" /> 916/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" /> 920/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (6)
1647/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf)" /> 1650/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf, TSelf)" /> 1653/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" /> 1656/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.LogP1(TSelf)" /> 1659/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" /> 1662/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" />
src\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (7)
1012/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf)" /> 1015/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf, TSelf)" /> 1018/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" /> 1021/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" /> 1024/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2(TSelf)" /> 1027/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" /> 1030/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.LogP1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (7)
1023/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf)" /> 1026/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf, TSelf)" /> 1029/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" /> 1032/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" /> 1035/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2(TSelf)" /> 1038/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" /> 1041/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.LogP1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (7)
1016/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf)" /> 1019/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf, TSelf)" /> 1022/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" /> 1025/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" /> 1028/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2(TSelf)" /> 1031/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" /> 1034/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.LogP1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\ILogarithmicFunctions.cs (1)
10where TSelf : ILogarithmicFunctions<TSelf>?
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (2)
2271where T : ILogarithmicFunctions<T> 2313where T : ILogarithmicFunctions<T>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (6)
1145/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf)" /> 1148/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf, TSelf)" /> 1151/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.LogP1(TSelf)" /> 1154/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" /> 1157/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" /> 1160/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (2)
2666where T : ILogarithmicFunctions<T> 2712where T : ILogarithmicFunctions<T>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (6)
898/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf)" /> 902/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf, TSelf)" /> 905/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.LogP1(TSelf)" /> 908/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" /> 912/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log2P1(TSelf)" /> 915/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" />
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
399[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.ILogarithmicFunctions<>))]