10 references to Log10P1
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1314destination = T.Log10P1(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Log10P1.cs (1)
46public static T Invoke(T x) => T.Log10P1(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
920/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1662/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1268/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1021/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1032/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1025/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1160/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
915/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" />