8 references to Log10
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1279destination = T.Log10(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Log10.cs (1)
47public static T Invoke(T x) => T.Log10(x);
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
900/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1600/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1259/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\ILogarithmicFunctions.cs (1)
46static virtual TSelf Log10P1(TSelf x) => TSelf.Log10(x + TSelf.One);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1230/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
894/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" />