Java API by
Zvi Har’El

gauss
Class Gauss

java.lang.Object
  extended by gauss.Gauss

public class Gauss
extends Object

March date and day-of-the-week for Passover by Gauss formula.

Version:
$Id: Gauss.java,v 1.25 2003/08/16 08:06:10 rl Exp $
Author:
Zvi Har’El
See Also:
Class source code

Field Summary
 int date
           
 int day
           
private static double K
           
private static double L
           
private static double m0
           
private static double m1
           
private static double m2
           
private static double T
           
 
Constructor Summary
Gauss(int year, boolean g)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

T

private static final double T
See Also:
Constant Field Values

L

private static final double L
See Also:
Constant Field Values

K

private static final double K
See Also:
Constant Field Values

m0

private static final double m0
See Also:
Constant Field Values

m1

private static final double m1
See Also:
Constant Field Values

m2

private static final double m2
See Also:
Constant Field Values

day

public int day

date

public int date
Constructor Detail

Gauss

public Gauss(int year,
             boolean g)

Java API by
Zvi Har’El

Copyright © Zvi Har’El
$Date: 2007/10/15 13:50:30$