marcomachadosantos / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
0 stars 0 forks source link

computeDomainMinMax() behaves incorrectly for pre-1970 (negative time) domain values #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Uses Double.MIN_VALUE and Double.MAX_VALUE to as starting point instead
Double.NEGATIVE_INFINITY/Double.POSITIVE_INFINITY.

Original issue reported on code.google.com by cromwell...@gmail.com on 14 Mar 2008 at 9:38