7 references to Exp10
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1039
destination = T.
Exp10
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Exp10.cs (1)
36
public static T Invoke(T x) => T.
Exp10
(x);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
644
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
Exp10
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1302
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
Exp10
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\IExponentialFunctions.cs (1)
40
static virtual TSelf Exp10M1(TSelf x) => TSelf.
Exp10
(x) - TSelf.One;
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
970
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
Exp10
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
639
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
Exp10
(TSelf)" />