7 references to Log10P1
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1294destination = T.Log10P1(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Log10P1.cs (1)
46public static T Invoke(T x) => T.Log10P1(x);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
904/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1609/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1268/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1233/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
901/// <inheritdoc cref="ILogarithmicFunctions{TSelf}.Log10P1(TSelf)" />