Class AstroUtilsTest

java.lang.Object
gaiasky.util.test.AstroUtilsTest

public class AstroUtilsTest
extends java.lang.Object
Implements the same test as in Jean Meeus' Astronomical Algorithms page 343. Correct results are: lambda[deg] : 133.16265398515185 beta[deg] : 356.77087358075795 (3.229126419) dist[km] : 368409.6848161269
  • Constructor Summary

    Constructors
    Constructor Description
    AstroUtilsTest()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AstroUtilsTest

      public AstroUtilsTest()
  • Method Details

    • main

      public static void main​(java.lang.String[] args)