DAWSON.pm (PDL-2.081) | : | DAWSON.pm (PDL-2.082) | ||
---|---|---|---|---|
skipping to change at line 39 | skipping to change at line 39 | |||
=head1 SYNOPSIS | =head1 SYNOPSIS | |||
=cut | =cut | |||
#line 41 "DAWSON.pm" | #line 41 "DAWSON.pm" | |||
=head1 FUNCTIONS | =head1 FUNCTIONS | |||
=cut | =cut | |||
#line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 958 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_dawson | =head2 gsl_sf_dawson | |||
=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 | |||
Dawsons integral: Exp[-x^2] Integral[ Exp[t^2], {t,0,x}] | Dawsons integral: Exp[-x^2] Integral[ Exp[t^2], {t,0,x}] | |||
=for bad | =for bad | |||
gsl_sf_dawson does not process bad values. | gsl_sf_dawson 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 76 "DAWSON.pm" | #line 76 "DAWSON.pm" | |||
#line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | #line 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_dawson = \&PDL::gsl_sf_dawson; | *gsl_sf_dawson = \&PDL::gsl_sf_dawson; | |||
#line 83 "DAWSON.pm" | #line 83 "DAWSON.pm" | |||
#line 42 "gsl_sf_dawson.pd" | #line 42 "gsl_sf_dawson.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 | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |