8 references to Log
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorOperation.cs (2)
1254
destination = T.
Log
(x, y);
1264
destination = T.
Log
(x, y);
System\Numerics\Tensors\netcore\TensorPrimitives.Log.cs (1)
150
public static T Invoke(T x, T y) => T.
Log
(x, y);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
891
/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.
Log
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1597
/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.
Log
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1256
/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.
Log
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1221
/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.
Log
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
888
/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.
Log
(TSelf, TSelf)" />