[MAP Logo]

Materials Algorithms Project
Program Library



Function MAP_UTIL_DAERFC

  1. Provenance of code.
  2. Purpose of code.
  3. Specification.
  4. Description of subroutine's operation.
  5. References.
  6. Parameter descriptions.
  7. Error indicators.
  8. Accuracy estimate.
  9. Any additional information.
  10. Example of code
  11. Auxiliary subroutines required.
  12. Keywords.
  13. Download source code.
  14. Links.

Provenance of Source Code

H.K.D.H. Bhadeshia,
Phase Transformations Group,
Department of Materials Science and Metallurgy,
University of Cambridge,
Cambridge, U.K.

Top | Next

Purpose

Calculates 1 minus the value of the error function.

Top | Next | Prev

Specification

Language:FORTRAN
Product form:Source code

DOUBLE PRECISION FUNCTION MAP_UTIL_DAERFC(Y)

DOUBLE PRECISION Y

Top | Next | Prev

Description

MAP_UTIL_DAERFC(Y) is 1 minus the value of the error function of Y, MAP_UTIL_DAERF(Y).

Top | Next | Prev

References

None provided.

Top | Next | Prev

Parameters

Input parameters

Y - real


Output parameters

MAP_UTIL_DAERFC - real
MAP_UTIL_DAERFC returns [1 - MAP_UTIL_DAERF(Y)], where MAP_UTIL_DAERF(Y) is the error function of Y.

Top | Next | Prev

Error Indicators

None.

Top | Next | Prev

Accuracy

N/A

Top | Next | Prev

Further Comments

None.

Top | Next | Prev

Example

1. Program text

       DOUBLE PRECISION Y,MAP_UTIL_DAERFC,XDAEC
       READ (5,*) Y
       XDAEC=MAP_UTIL_DAERFC(Y)
       WRITE (6,*) XDAEC
       STOP
       END

2. Program data

1.0

3. Program results

0.1573

Top | Next | Prev

Auxiliary Routines

MAP_UTIL_DAERF

Top | Next | Prev

Keywords

error function


Top | Next | Prev

Download

Download source code

Top | Prev


MAP originated from a joint project of the National Physical Laboratory and the University of Cambridge.

MAP Website administration / map@msm.cam.ac.uk

Top | Index | MAP Homepage Valid HTML 3.2!