10 references to ExpM1
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1135destination = T.ExpM1(x);
System\Numerics\Tensors\netcore\TensorPrimitives.ExpM1.cs (1)
41public static T Invoke(T x) => T.ExpM1(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
633/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1325/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
954/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
994/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1005/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
998/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
960/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
626/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" />