Skip to content
mikereedell edited this page Sep 13, 2010 · 17 revisions

http://williams.best.vwh.net/sunrise_sunset_algorithm.htm

http://williams.best.vwh.net/sunrise_sunset_example.htm

http://www.sunrisesunset.com/

Java Numeric Issues

http://www.ibm.com/developerworks/java/library/j-jtp0114/

Need to change unit tests to use BigDecimal.compareTo() instead of BigDecimal.equals().

BigDecimal.equals() only compare the integer value (the LHS) and the scale (# of digits on the RHS), not the actual RHS value.

Clone this wiki locally