From e0161bb4cf1e6bf4d0ff6455427af9d4ba48f6c3 Mon Sep 17 00:00:00 2001 From: Tim O'Brien Date: Thu, 22 May 2003 16:55:22 +0000 Subject: [PATCH] Added mdiggory patch for developer resources git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@140855 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/developers.xml | 70 ++++++++++++++++++++++++++++++++------------ 1 file changed, 52 insertions(+), 18 deletions(-) diff --git a/xdocs/developers.xml b/xdocs/developers.xml index 02d4018b6..af3119c58 100644 --- a/xdocs/developers.xml +++ b/xdocs/developers.xml @@ -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 +
+
+
+
+
+
-