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