#
# GENERATED WITH PDL::PP! Don't modify!
#
our @EXPORT_OK = qw(gsl_sf_erfc gsl_sf_log_erfc gsl_sf_erf gsl_sf_erf_Z gsl_sf_erf_Q );
our %EXPORT_TAGS = (Func=>\@EXPORT_OK);
our @ISA = ( 'PDL::Exporter','DynaLoader' );
push @PDL::Core::PP, __PACKAGE__;
bootstrap PDL::GSLSF::ERF ;
#line 5 "gsl_sf_erf.pd"
use strict;
=head1 NAME
PDL::GSLSF::ERF - PDL interface to GSL Special Functions
=head1 DESCRIPTION
This is an interface to the Special Function package present in the GNU Scientific Library.
=cut
#line 38 "ERF.pm"
=head1 FUNCTIONS
=cut
#line 1059 "/home/osboxes/.perlbrew/libs/perl-5.32.0@normal/lib/perl5/x86_64-linux/PDL/PP.pm"
=head2 gsl_sf_erfc
=for sig
Signature: (double x(); double [o]y(); double [o]e())
=for ref
Complementary Error Function erfc(x) := 2/Sqrt[Pi] Integrate[Exp[-t^2], {t,x,Infinity}]
=for bad
gsl_sf_erfc does not process bad values.
It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays.
=cut
#line 72 "ERF.pm"
#line 1061 "/home/osboxes/.perlbrew/libs/perl-5.32.0@normal/lib/perl5/x86_64-linux/PDL/PP.pm"
*gsl_sf_erfc = \&PDL::gsl_sf_erfc;
#line 78 "ERF.pm"
#line 1059 "/home/osboxes/.perlbrew/libs/perl-5.32.0@normal/lib/perl5/x86_64-linux/PDL/PP.pm"
=head2 gsl_sf_log_erfc
=for sig
Signature: (double x(); double [o]y(); double [o]e())
=for ref
Log Complementary Error Function
=for bad
gsl_sf_log_erfc does not process bad values.
It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays.
=cut
#line 102 "ERF.pm"
#line 1061 "/home/osboxes/.perlbrew/libs/perl-5.32.0@normal/lib/perl5/x86_64-linux/PDL/PP.pm"
*gsl_sf_log_erfc = \&PDL::gsl_sf_log_erfc;
#line 108 "ERF.pm"
#line 1059 "/home/osboxes/.perlbrew/libs/perl-5.32.0@normal/lib/perl5/x86_64-linux/PDL/PP.pm"
=head2 gsl_sf_erf
=for sig
Signature: (double x(); double [o]y(); double [o]e())
=for ref
Error Function erf(x) := 2/Sqrt[Pi] Integrate[Exp[-t^2], {t,0,x}]
=for bad
gsl_sf_erf does not process bad values.
It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays.
=cut
#line 132 "ERF.pm"
#line 1061 "/home/osboxes/.perlbrew/libs/perl-5.32.0@normal/lib/perl5/x86_64-linux/PDL/PP.pm"
*gsl_sf_erf = \&PDL::gsl_sf_erf;
#line 138 "ERF.pm"
#line 1059 "/home/osboxes/.perlbrew/libs/perl-5.32.0@normal/lib/perl5/x86_64-linux/PDL/PP.pm"
=head2 gsl_sf_erf_Z
=for sig
Signature: (double x(); double [o]y(); double [o]e())
=for ref
Z(x) : Abramowitz+Stegun 26.2.1
=for bad
gsl_sf_erf_Z does not process bad values.
It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays.
=cut
#line 162 "ERF.pm"
#line 1061 "/home/osboxes/.perlbrew/libs/perl-5.32.0@normal/lib/perl5/x86_64-linux/PDL/PP.pm"
*gsl_sf_erf_Z = \&PDL::gsl_sf_erf_Z;
#line 168 "ERF.pm"
#line 1059 "/home/osboxes/.perlbrew/libs/perl-5.32.0@normal/lib/perl5/x86_64-linux/PDL/PP.pm"
=head2 gsl_sf_erf_Q
=for sig
Signature: (double x(); double [o]y(); double [o]e())
=for ref
Q(x) : Abramowitz+Stegun 26.2.1
=for bad
gsl_sf_erf_Q does not process bad values.
It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays.
=cut
#line 192 "ERF.pm"
#line 1061 "/home/osboxes/.perlbrew/libs/perl-5.32.0@normal/lib/perl5/x86_64-linux/PDL/PP.pm"
*gsl_sf_erf_Q = \&PDL::gsl_sf_erf_Q;
#line 198 "ERF.pm"
#line 88 "gsl_sf_erf.pd"
=head1 AUTHOR
This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.trieste.it>
All rights reserved. There
is no warranty. You are allowed to redistribute this software /
documentation under certain conditions. For details, see the file
COPYING in the PDL distribution. If this file is separated from the
PDL distribution, the copyright notice should be included in the file.
The GSL SF modules were written by G. Jungman.
=cut
#line 217 "ERF.pm"
# Exit with OK status
1;