3 references to Exp
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.Transcendental.cs (1)
50return ConvertFloatToDecimalIeee754<double, TDecimal, TValue>(double.Exp(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
958public static NFloat Exp(NFloat x) => new NFloat(NativeType.Exp(x._value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (1)
578double expScalar = double.Exp(x[i]);