10 references to Log
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1244destination = T.Log(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Log.cs (1)
103public static T Invoke(T x) => T.Log(x);
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
887/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1594/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1253/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\ILogarithmicFunctions.cs (1)
26static virtual TSelf LogP1(TSelf x) => TSelf.Log(x + TSelf.One);
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
2013T value = T.Log(vector.GetElementUnsafe(index));
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1218/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
2372T value = T.Log(vector.GetElementUnsafe(index));
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
884/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log(TSelf)" />