6 references to E
PresentationCore (2)
System\Windows\Media3D\AxisAngleRotation3D.cs (2)
122Math.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; 826static double IFloatingPointConstants<double>.E => Math.E;
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (1)
829return Log(value, Math.E);
System\Numerics\Complex.cs (1)
786double t = Math.Pow(rho, powerReal) * Math.Pow(Math.E, -powerImaginary * theta);