1ERF(3) User Contributed Perl Documentation ERF(3)
2
3
4
6 PDL::GSLSF::ERF - PDL interface to GSL Special Functions
7
9 This is an interface to the Special Function package present in the GNU
10 Scientific Library.
11
15 gsl_sf_erfc
16
17 Signature: (double x(); double [o]y(); double [o]e())
18
19 Complementary Error Function erfc(x) := 2/Sqrt[Pi] Integrate[Exp[-t^2],
20 {t,x,Infinity}]
21
22 gsl_sf_log_erfc
23
24 Signature: (double x(); double [o]y(); double [o]e())
25
26 Log Complementary Error Function
27
28 gsl_sf_erf
29
30 Signature: (double x(); double [o]y(); double [o]e())
31
32 Error Function erf(x) := 2/Sqrt[Pi] Integrate[Exp[-t^2], {t,0,x}]
33
34 gsl_sf_erf_Z
35
36 Signature: (double x(); double [o]y(); double [o]e())
37
38 Z(x) : Abramowitz+Stegun 26.2.1
39
40 gsl_sf_erf_Q
41
42 Signature: (double x(); double [o]y(); double [o]e())
43
44 Q(x) : Abramowitz+Stegun 26.2.1
45
47 This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.tri‐
48 este.it> All rights reserved. There is no warranty. You are allowed to
49 redistribute this software / documentation under certain conditions.
50 For details, see the file COPYING in the PDL distribution. If this file
51 is separated from the PDL distribution, the copyright notice should be
52 included in the file.
53
54 The GSL SF modules were written by G. Jungman.
55
56
57
58perl v5.8.8 2006-12-02 ERF(3)