Re: Software to analyze math library?

From: Peter Spellucci (spellucci_at_fb04373.mathematik.tu-darmstadt.de)
Date: 02/21/05


Date: Mon, 21 Feb 2005 17:00:39 +0000 (UTC)


In article <JLSdnU1eJ4DXnIffRVn-hQ@comcast.com>,
 "Trevor L. Jackson, III" <tlj3@comcast.net> writes:
>Looking for a pointer or reference to software tools for analyzing the
>numerical accuracy of math libraries, such as are provided with C, C++,
>or Fortran compilers.
>
>The goal is to characterize the loss of precision caused by the library
>routines for trig, hyperbolics, log/exp, etc.
>
>I've searched, but must not be using the right search terms.
>
>Any help appreciated.
>
>/tj3

look for
http://www.netlib.org/elefunt
there are routines and testroutines for elementary functions
hth
peter



Relevant Pages

  • Re: Computing zero set of function of two variables
    ... There are routines to do contour plots. ... I would call Gnuplot from ... Fortran compilers) to create contour plots, or on Unix, using ...
    (comp.lang.fortran)
  • Re: string search function
    ... You should take a look at regular expressions ... routines can't handle. ... > I have written a function that searches a text string for various ... > the input list of search terms. ...
    (comp.lang.python)