7 references to ExpM1
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1115
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 (5)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
637
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
ExpM1
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1289
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
ExpM1
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
954
/// <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)
632
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
ExpM1
(TSelf)" />