Class 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

      All Methods Static Methods Concrete Methods 
      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 Detail

      • AstroUtilsTest

        public AstroUtilsTest()
    • Method Detail

      • main

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