Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kostyfisik/erf
https://github.com/kostyfisik/erf
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kostyfisik/erf
- Owner: kostyfisik
- License: other
- Created: 2020-11-25T06:43:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T16:02:05.000Z (about 4 years ago)
- Last Synced: 2024-11-06T22:44:01.601Z (about 2 months ago)
- Language: Fortran
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
$Id$
15-AUG-2016: version 1
- added TOMS 680, reimplemented in Fortran 2008
- wpop - Faddeyeva function using TOMS 680 algorithm
- erf_pop - the error function using wpop
- wzag - Faddeyeva using TOMS 916
- erf_zag - erf using wzag
- test program calculates the values in Abramowitz, Stegun,
p. 325-328.11-AUG-2016: initial commit
errfun.f90 - the module with 2 functions:
- fad - Faddeyeva, w(z)
- erf_complex - error function of a complex argument.