Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 52728 invoked from network); 22 May 2003 16:55:28 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 22 May 2003 16:55:28 -0000 Received: (qmail 14668 invoked by uid 97); 22 May 2003 16:57:40 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 14661 invoked from network); 22 May 2003 16:57:40 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 22 May 2003 16:57:40 -0000 Received: (qmail 52427 invoked by uid 500); 22 May 2003 16:55:23 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 52394 invoked by uid 500); 22 May 2003 16:55:23 -0000 Received: (qmail 52374 invoked from network); 22 May 2003 16:55:23 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 22 May 2003 16:55:23 -0000 Received: (qmail 30345 invoked by uid 1628); 22 May 2003 16:55:22 -0000 Date: 22 May 2003 16:55:22 -0000 Message-ID: <20030522165522.30344.qmail@icarus.apache.org> From: tobrien@apache.org To: jakarta-commons-sandbox-cvs@apache.org Subject: cvs commit: jakarta-commons-sandbox/math/xdocs developers.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N tobrien 2003/05/22 09:55:22 Modified: math/xdocs developers.xml Log: Added mdiggory patch for developer resources Revision Changes Path 1.2 +52 -18 jakarta-commons-sandbox/math/xdocs/developers.xml Index: developers.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/math/xdocs/developers.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- developers.xml 20 May 2003 10:27:25 -0000 1.1 +++ developers.xml 22 May 2003 16:55:22 -0000 1.2 @@ -1,23 +1,57 @@ - - Developers Guide - Robert Burrell Donkin - + + Developers Guide + Robert Burrell Donkin + - -
-

-Creating and maintaining a mathematical and statistical library that is accurate requires a greater -degree of communication than might be the case for other components. It is important that developers -follow guidelines laid down by the community to ensure that the code they create can be successfully -maintained by others. -

-
-
-Still under development...! -
- + +
+

+ Creating and maintaining a mathematical and statistical library that is + accurate requires a greater degree of communication than might be the + case for other components. It is important that developers follow + guidelines laid down by the community to ensure that the code they create + can be successfully maintained by others. +

+
+
+ Still under development...! +
+
+

+ Here is a list of relevant materials. Much of the discussion surrounding + the development of this component will refer to the various sources + listed below, and frequently the Javadoc for a particular class or + interface will link to a definition contained in these documents. +

+ +
+
Concerning floating point arithmetic.
+
+ + http://www.validlab.com/goldberg/paper.ps +
+ + http://www.cs.berkeley.edu/~wkahan/ieee754status/ieee754.ps +
+
+
+
+ +
+
References for mathematical definitions.
+
+ + http://rd11.web.cern.ch/RD11/rkb/titleA.html +
+ + http://mathworld.wolfram.com +
+
+
+
+
+
- --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org