1 interface inheriting from ILogarithmicFunctions
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPointIeee754.cs (1)
12ILogarithmicFunctions<TSelf>,
73 references to ILogarithmicFunctions
System.Numerics.Tensors (37)
System\Numerics\Tensors\netcore\Tensor.cs (16)
3605where T : ILogarithmicFunctions<T> 3618where T : ILogarithmicFunctions<T> 3629where T : ILogarithmicFunctions<T> 3641where T : ILogarithmicFunctions<T> 3652where T : ILogarithmicFunctions<T> 3664where T : ILogarithmicFunctions<T> 3678where T : ILogarithmicFunctions<T> 3691where T : ILogarithmicFunctions<T> 3705where T : ILogarithmicFunctions<T> 3718where T : ILogarithmicFunctions<T> 3732where T : ILogarithmicFunctions<T> 3745where T : ILogarithmicFunctions<T> 3759where T : ILogarithmicFunctions<T> 3772where T : ILogarithmicFunctions<T> 3786where T : ILogarithmicFunctions<T> 3799where T : ILogarithmicFunctions<T>
System\Numerics\Tensors\netcore\TensorOperation.cs (6)
1240where T : ILogarithmicFunctions<T> 1275where T : ILogarithmicFunctions<T> 1290where T : ILogarithmicFunctions<T> 1305where T : ILogarithmicFunctions<T> 1320where T : ILogarithmicFunctions<T> 1335where 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 (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)
10where TSelf : ILogarithmicFunctions<TSelf>?
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (2)
2007where T : ILogarithmicFunctions<T> 2049where 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)
2366where T : ILogarithmicFunctions<T> 2412where 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<>))]