11 references to Exp10
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1075destination = T.Exp10(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Exp10.cs (1)
43public static T Invoke(T x) => T.Exp10(x);
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
642/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1334/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
963/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
982/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
993/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
986/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\IExponentialFunctions.cs (1)
40static virtual TSelf Exp10M1(TSelf x) => TSelf.Exp10(x) - TSelf.One;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
969/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
635/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" />