[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS Module ERF in CMLIB


ERF

 
Error function, = (2 / square root of pi) * the integral from 0 to x of exp(-t**2)dt.
 
Classes  :  C8a .   Error functions, their inverses, integrals, including the
                  normal distribution function
            L5a1e . Error function, exponential and extreme value
                  distribution and density functions
 
Type     : Fortran subroutine in CMLIB library (FNLIB sublibrary).
Access   : Public domain. Portable.
Precision: Single.
 
Usage    : R = ERF(X)
 
Details  : Documentation Fullsource Source
Sites    : (1) ITL
 

Implementation of ERF from CMLIB on ITL

 
ITL:       Unix Workstation Network, National Institute of Standards and
           Technology (NIST), Gaithersburg, MD. Available to NIST staff.
 
Precision: Single. (Double: DERF)
 
Access available only to NIST staff on internal Unix systems. They may access this
package provided the /itl tree is cross-mounted.
 
   Link         : f77 -o main main.f -lcm
   Documentation: cmdoc erf
   Source       : cmsrc ERF
   Fullsource   : cmsrcx erf


[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS is a service of the Mathematical and Computational Sciences Division of the Information Technology Laboratory of the National Institute of Standards and Technology

This page was generated on Sun Oct 12, 2008 at 05:29:36 UTC