1 interface inheriting from IExponentialFunctions
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPointIeee754.cs (1)
9: IExponentialFunctions<TSelf>,
92 references to IExponentialFunctions
System.Numerics.Tensors (40)
System\Numerics\Tensors\netcore\Tensor.cs (16)
3351where T : IExponentialFunctions<T> 3364where T : IExponentialFunctions<T> 3378where T : IExponentialFunctions<T> 3391where T : IExponentialFunctions<T> 3403where T : IExponentialFunctions<T> 3414where T : IExponentialFunctions<T> 3426where T : IExponentialFunctions<T> 3437where T : IExponentialFunctions<T> 3449where T : IExponentialFunctions<T> 3460where T : IExponentialFunctions<T> 3472where T : IExponentialFunctions<T> 3483where T : IExponentialFunctions<T> 4850where T : IExponentialFunctions<T> 4861where T : IExponentialFunctions<T> 4946where T : IExponentialFunctions<T> 4960where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorOperation.cs (9)
1056where T : IExponentialFunctions<T> 1071where T : IExponentialFunctions<T> 1086where T : IExponentialFunctions<T> 1101where T : IExponentialFunctions<T> 1116where T : IExponentialFunctions<T> 1131where T : IExponentialFunctions<T> 1933where T : IExponentialFunctions<T> 1994where T : IExponentialFunctions<T> 2012where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp.cs (2)
30where T : IExponentialFunctions<T> 42where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp10.cs (2)
25where T : IExponentialFunctions<T> 37where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp10M1.cs (2)
25where T : IExponentialFunctions<T> 37where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp2.cs (2)
25where T : IExponentialFunctions<T> 37where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp2M1.cs (2)
25where T : IExponentialFunctions<T> 37where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.ExpM1.cs (2)
25where T : IExponentialFunctions<T> 37where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Sigmoid.cs (2)
26where T : IExponentialFunctions<T> 42internal readonly struct SigmoidOperator<T> : IUnaryOperator<T, T> where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.SoftMax.cs (1)
25where T : IExponentialFunctions<T>
System.Private.CoreLib (51)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (6)
629/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp" /> 633/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" /> 636/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2(TSelf)" /> 639/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" /> 642/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" /> 645/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (6)
1322/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp" /> 1325/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" /> 1328/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2(TSelf)" /> 1331/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" /> 1334/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" /> 1337/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (6)
951/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp" /> 954/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" /> 957/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2(TSelf)" /> 960/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" /> 963/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" /> 966/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (6)
979/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp(TSelf)" /> 982/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" /> 985/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" /> 988/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2(TSelf)" /> 991/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" /> 994/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (6)
990/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp(TSelf)" /> 993/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" /> 996/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" /> 999/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2(TSelf)" /> 1002/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" /> 1005/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (6)
983/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp(TSelf)" /> 986/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" /> 989/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" /> 992/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2(TSelf)" /> 995/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" /> 998/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\IExponentialFunctions.cs (1)
10where TSelf : IExponentialFunctions<TSelf>?
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
1307where T : IExponentialFunctions<T>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (6)
957/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp" /> 960/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" /> 963/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2(TSelf)" /> 966/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" /> 969/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" /> 972/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
1792where T : IExponentialFunctions<T>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (6)
622/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp" /> 626/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" /> 629/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2(TSelf)" /> 632/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" /> 635/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" /> 638/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
393[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.IExponentialFunctions<>))]