2 references to Exp
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
959
public static NFloat Exp(NFloat x) => new NFloat(NativeType.
Exp
(x._value));
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (1)
466
double expScalar = double.
Exp
(x[i]);