7 references to Exp2
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1069
destination = T.
Exp2
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Exp2.cs (1)
36
public static T Invoke(T x) => T.
Exp2
(x);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
638
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
Exp2
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1296
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
Exp2
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\IExponentialFunctions.cs (1)
30
static virtual TSelf Exp2M1(TSelf x) => TSelf.
Exp2
(x) - TSelf.One;
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
964
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
Exp2
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
633
/// <inheritdoc cref="IExponentialFunctions{TSelf}.
Exp2
(TSelf)" />