6 references to ExpM1
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1099
destination = T.
ExpM1
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.ExpM1.cs (1)
41
public static T Invoke(T x) => T.
ExpM1
(x);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
635
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
ExpM1
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1293
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
ExpM1
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
961
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
ExpM1
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
630
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
ExpM1
(TSelf)" />