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

GAMS Module DERF in CMLIB


DERF

 
Double precision 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: Double.
 
Usage    : R = DERF(D1)
 
Details  : Documentation Fullsource Source
Sites    : (1) ITL
 

Implementation of DERF from CMLIB on ITL

 
ITL:       Unix Workstation Network, National Institute of Standards and
           Technology (NIST), Gaithersburg, MD. Available to NIST staff.
 
Precision: Double. (Single: ERF)
 
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 derf
   Source       : cmsrc DERF
   Fullsource   : cmsrcx derf


[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 Mon Oct 13, 2008 at 06:43:56 UTC