6 references to E
Microsoft.ML.Core (1)
Utilities\Stats.cs (1)
45
private static readonly double _vScale = 2 * Math.Sqrt(2 / Math.
E
);
PresentationCore (2)
System\Windows\Media3D\AxisAngleRotation3D.cs (2)
120
Math.
E
, Math.PI, Math.
E
* Math.PI, 55.0
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Double.cs (2)
67
public const double E = Math.
E
;
779
static double IFloatingPointConstants<double>.E => Math.
E
;
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
839
return Log(value, Math.
E
);