aboutsummaryrefslogtreecommitdiff
path: root/math/README
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /math/README
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'math/README')
-rw-r--r--math/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/README b/math/README
new file mode 100644
index 00000000..57e8f2af
--- /dev/null
+++ b/math/README
@@ -0,0 +1,20 @@
+
+The IRAF math library provides a collection of general purpose numerical
+routines for use in scientific applications programs. This library is
+continually growing as we collect numerical packages from around the country.
+
+At present the library is just a collection of untested routines from various
+sources. As time goes on, these routines will be edited to conform to a
+standard which has not yet been developed. The standard is expected to provide
+for different classes of routines, according to how well the routines have
+been integrated into the system and tested. The standard for the math library
+will affect programming style, naming conventions, documentation, and the
+subset of Fortran which portable library routines are expected to comply with.
+
+A fundamental part of the standard is that math library routines should not do
+i/o. Some of the otherwise numerical routines in these directories print
+error messages when an error occurs, using Fortran i/o. This is bad because
+Fortran i/o is not used elsewhere in the IRAF system, and because it is
+preferable for a numerical routine to return an error code in the event of an
+error. Before these codes are used in IRAF applications programs, this will
+have to be fixed.