Upped advertised JDK compatability level to 1.3.

- Complex equals uses Double.doubletoRawLongBits (fixing would make
   equals less sensitive).
 - Beta fails compilation (easy to fix)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141511 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-12-05 23:56:50 +00:00
parent ec258cc166
commit 231b152acd
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
-->
<?xml-stylesheet type="text/xsl" href="./xdoc.xsl"?>
<!-- $Revision: 1.13 $ $Date: 2004/07/11 19:19:28 $ -->
<!-- $Revision: 1.14 $ $Date: 2004/12/05 23:56:50 $ -->
<document>
<properties>
<title>User Guide - Overview</title>
@ -105,7 +105,7 @@
<subsection name="0.5 Dependencies" href="dependencies">
<p>
Commons Math requires JDK 1.2+ and has no runtime dependencies. Commons
Commons Math requires JDK 1.3+ and has no runtime dependencies. Commons
Discovery is used to enable pluggable implementations in the
<code>distributions, analysis</code> and <code>stat</code> packages; but
default implementations are used if the commons-discovery and