10 references to Exp10M1
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1090destination = T.Exp10M1(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Exp10M1.cs (1)
41public static T Invoke(T x) => T.Exp10M1(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
645/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1337/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
966/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
985/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
996/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
989/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
972/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
638/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />