numal
Class JulianDate2

java.lang.Object
  extended by numal.JulianDate2

public class JulianDate2
extends java.lang.Object


Field Summary
static double HALFSECOND
           
static int JGREG
          Returns the Julian day number that begins at noon of this day, Positive year signifies A.D., negative year B.C.
 
Constructor Summary
JulianDate2()
           
 
Method Summary
static int[] fromJulian(double injulian)
          Converts a Julian day to a calendar date ref : Numerical Recipes in C, 2nd ed., Cambridge University Press 1992
static double toJulian(int[] ymd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JGREG

public static int JGREG
Returns the Julian day number that begins at noon of this day, Positive year signifies A.D., negative year B.C. Remember that the year after 1 B.C. was 1 A.D. ref : Numerical Recipes in C, 2nd ed., Cambridge University Press 1992


HALFSECOND

public static double HALFSECOND
Constructor Detail

JulianDate2

public JulianDate2()
Method Detail

toJulian

public static double toJulian(int[] ymd)

fromJulian

public static int[] fromJulian(double injulian)
Converts a Julian day to a calendar date ref : Numerical Recipes in C, 2nd ed., Cambridge University Press 1992