6 references to Exp2M1
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1084destination = T.Exp2M1(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Exp2M1.cs (1)
41public static T Invoke(T x) => T.Exp2M1(x);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
641/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1299/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
967/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
636/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" />