11 references to Log10
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1299destination = T.Log10(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Log10.cs (1)
47public static T Invoke(T x) => T.Log10(x);
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
916/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1653/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1259/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1018/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1029/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1022/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\ILogarithmicFunctions.cs (1)
46static virtual TSelf Log10P1(TSelf x) => TSelf.Log10(x + TSelf.One);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1157/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
908/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10(TSelf)" />