1ERF(3)                User Contributed Perl Documentation               ERF(3)
2
3
4

NAME

6       PDL::GSLSF::ERF - PDL interface to GSL Special Functions
7

DESCRIPTION

9       This is an interface to the Special Function package present in the GNU
10       Scientific Library.
11

SYNOPSIS

FUNCTIONS

14   gsl_sf_erfc
15         Signature: (double x(); double [o]y(); double [o]e())
16
17       Complementary Error Function erfc(x) := 2/Sqrt[Pi] Integrate[Exp[-t^2],
18       {t,x,Infinity}]
19
20       gsl_sf_erfc does not process bad values.  It will set the bad-value
21       flag of all output ndarrays if the flag is set for any of the input
22       ndarrays.
23
24   gsl_sf_log_erfc
25         Signature: (double x(); double [o]y(); double [o]e())
26
27       Log Complementary Error Function
28
29       gsl_sf_log_erfc does not process bad values.  It will set the bad-value
30       flag of all output ndarrays if the flag is set for any of the input
31       ndarrays.
32
33   gsl_sf_erf
34         Signature: (double x(); double [o]y(); double [o]e())
35
36       Error Function erf(x) := 2/Sqrt[Pi] Integrate[Exp[-t^2], {t,0,x}]
37
38       gsl_sf_erf does not process bad values.  It will set the bad-value flag
39       of all output ndarrays if the flag is set for any of the input
40       ndarrays.
41
42   gsl_sf_erf_Z
43         Signature: (double x(); double [o]y(); double [o]e())
44
45       Z(x) :  Abramowitz+Stegun 26.2.1
46
47       gsl_sf_erf_Z does not process bad values.  It will set the bad-value
48       flag of all output ndarrays if the flag is set for any of the input
49       ndarrays.
50
51   gsl_sf_erf_Q
52         Signature: (double x(); double [o]y(); double [o]e())
53
54       Q(x) :  Abramowitz+Stegun 26.2.1
55
56       gsl_sf_erf_Q does not process bad values.  It will set the bad-value
57       flag of all output ndarrays if the flag is set for any of the input
58       ndarrays.
59

AUTHOR

61       This file copyright (C) 1999 Christian Pellegrin
62       <chri@infis.univ.trieste.it> All rights reserved. There is no warranty.
63       You are allowed to redistribute this software / documentation under
64       certain conditions. For details, see the file COPYING in the PDL
65       distribution. If this file is separated from the PDL distribution, the
66       copyright notice should be included in the file.
67
68       The GSL SF modules were written by G. Jungman.
69
70
71
72perl v5.34.0                      2021-08-16                            ERF(3)
Impressum