We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ed6b8 commit 359c9baCopy full SHA for 359c9ba
IO.Astrodynamics.Net/IO.Astrodynamics/Constants.cs
@@ -7,6 +7,7 @@ public static class Constants
7
/// </summary>
8
public const double G = 6.67430e-11;
9
10
+ public const double AU = 149597870700.0;
11
public const double Deg2Rad = System.Math.PI / 180.0;
12
public const double Rad2Deg = 180.0 / System.Math.PI;
13
public const double _2PI = 2.0 * System.Math.PI;
0 commit comments