CLAUSEN.pm (PDL-2.074) | : | CLAUSEN.pm (PDL-2.075) | ||
---|---|---|---|---|
skipping to change at line 17 | skipping to change at line 17 | |||
our %EXPORT_TAGS = (Func=>\@EXPORT_OK); | our %EXPORT_TAGS = (Func=>\@EXPORT_OK); | |||
use PDL::Core; | use PDL::Core; | |||
use PDL::Exporter; | use PDL::Exporter; | |||
use DynaLoader; | use DynaLoader; | |||
our @ISA = ( 'PDL::Exporter','DynaLoader' ); | our @ISA = ( 'PDL::Exporter','DynaLoader' ); | |||
push @PDL::Core::PP, __PACKAGE__; | push @PDL::Core::PP, __PACKAGE__; | |||
bootstrap PDL::GSLSF::CLAUSEN ; | bootstrap PDL::GSLSF::CLAUSEN ; | |||
#line 5 "gsl_sf_clausen.pd" | #line 4 "gsl_sf_clausen.pd" | |||
use strict; | use strict; | |||
use warnings; | use warnings; | |||
=head1 NAME | =head1 NAME | |||
PDL::GSLSF::CLAUSEN - PDL interface to GSL Special Functions | PDL::GSLSF::CLAUSEN - PDL interface to GSL Special Functions | |||
=head1 DESCRIPTION | =head1 DESCRIPTION | |||
This is an interface to the Special Function package present in the GNU Scientif ic Library. | This is an interface to the Special Function package present in the GNU Scientif ic Library. | |||
=cut | =cut | |||
#line 38 "CLAUSEN.pm" | #line 39 "CLAUSEN.pm" | |||
=head1 FUNCTIONS | =head1 FUNCTIONS | |||
=cut | =cut | |||
#line 1059 "../../../../blib/lib/PDL/PP.pm" | #line 1058 "../../../../blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_clausen | =head2 gsl_sf_clausen | |||
=for sig | =for sig | |||
Signature: (double x(); double [o]y(); double [o]e()) | Signature: (double x(); double [o]y(); double [o]e()) | |||
=for ref | =for ref | |||
Clausen Integral. Cl_2(x) := Integrate[-Log[2 Sin[t/2]], {t,0,x}] | Clausen Integral. Cl_2(x) := Integrate[-Log[2 Sin[t/2]], {t,0,x}] | |||
=for bad | =for bad | |||
gsl_sf_clausen does not process bad values. | gsl_sf_clausen 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. | It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays. | |||
=cut | =cut | |||
#line 72 "CLAUSEN.pm" | #line 74 "CLAUSEN.pm" | |||
#line 1060 "../../../../blib/lib/PDL/PP.pm" | ||||
#line 1061 "../../../../blib/lib/PDL/PP.pm" | ||||
*gsl_sf_clausen = \&PDL::gsl_sf_clausen; | *gsl_sf_clausen = \&PDL::gsl_sf_clausen; | |||
#line 78 "CLAUSEN.pm" | #line 81 "CLAUSEN.pm" | |||
#line 39 "gsl_sf_clausen.pd" | ||||
#line 40 "gsl_sf_clausen.pd" | ||||
=head1 AUTHOR | =head1 AUTHOR | |||
This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.trieste.it> | This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.trieste.it> | |||
All rights reserved. There | All rights reserved. There | |||
is no warranty. You are allowed to redistribute this software / | is no warranty. You are allowed to redistribute this software / | |||
documentation under certain conditions. For details, see the file | documentation under certain conditions. For details, see the file | |||
COPYING in the PDL distribution. If this file is separated from the | COPYING in the PDL distribution. If this file is separated from the | |||
PDL distribution, the copyright notice should be included in the file. | PDL distribution, the copyright notice should be included in the file. | |||
The GSL SF modules were written by G. Jungman. | The GSL SF modules were written by G. Jungman. | |||
=cut | =cut | |||
#line 97 "CLAUSEN.pm" | #line 101 "CLAUSEN.pm" | |||
# Exit with OK status | # Exit with OK status | |||
1; | 1; | |||
End of changes. 8 change blocks. | ||||
8 lines changed or deleted | 11 lines changed or added |