ELEMENTARY.pm (PDL-2.081) | : | ELEMENTARY.pm (PDL-2.082) | ||
---|---|---|---|---|
skipping to change at line 37 | skipping to change at line 37 | |||
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 39 "ELEMENTARY.pm" | #line 39 "ELEMENTARY.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_multiply | =head2 gsl_sf_multiply | |||
=for sig | =for sig | |||
Signature: (double x(); double xx(); double [o]y(); double [o]e()) | Signature: (double x(); double xx(); double [o]y(); double [o]e()) | |||
=for ref | =for ref | |||
Multiplication. | Multiplication. | |||
=for bad | =for bad | |||
gsl_sf_multiply does not process bad values. | gsl_sf_multiply 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 74 "ELEMENTARY.pm" | #line 74 "ELEMENTARY.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_multiply = \&PDL::gsl_sf_multiply; | *gsl_sf_multiply = \&PDL::gsl_sf_multiply; | |||
#line 81 "ELEMENTARY.pm" | #line 81 "ELEMENTARY.pm" | |||
#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_multiply_err | =head2 gsl_sf_multiply_err | |||
=for sig | =for sig | |||
Signature: (double x(); double xe(); double xx(); double xxe(); double [o]y(); double [o]e()) | Signature: (double x(); double xe(); double xx(); double xxe(); double [o]y(); double [o]e()) | |||
=for ref | =for ref | |||
Multiplication with associated errors. | Multiplication with associated errors. | |||
=for bad | =for bad | |||
gsl_sf_multiply_err does not process bad values. | gsl_sf_multiply_err 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 106 "ELEMENTARY.pm" | #line 106 "ELEMENTARY.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_multiply_err = \&PDL::gsl_sf_multiply_err; | *gsl_sf_multiply_err = \&PDL::gsl_sf_multiply_err; | |||
#line 113 "ELEMENTARY.pm" | #line 113 "ELEMENTARY.pm" | |||
#line 51 "gsl_sf_elementary.pd" | #line 51 "gsl_sf_elementary.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. 4 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |