POW_INT.pm (PDL-2.080) | : | POW_INT.pm (PDL-2.081) | ||
---|---|---|---|---|
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 "POW_INT.pm" | #line 39 "POW_INT.pm" | |||
=head1 FUNCTIONS | =head1 FUNCTIONS | |||
=cut | =cut | |||
#line 948 "../../../../blib/lib/PDL/PP.pm" | #line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_pow_int | =head2 gsl_sf_pow_int | |||
=for sig | =for sig | |||
Signature: (double x(); double [o]y(); double [o]e(); int n) | Signature: (double x(); double [o]y(); double [o]e(); int n) | |||
=for ref | =for ref | |||
Calculate x^n. | Calculate x^n. | |||
=for bad | =for bad | |||
gsl_sf_pow_int does not process bad values. | gsl_sf_pow_int 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 "POW_INT.pm" | #line 74 "POW_INT.pm" | |||
#line 950 "../../../../blib/lib/PDL/PP.pm" | #line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_pow_int = \&PDL::gsl_sf_pow_int; | *gsl_sf_pow_int = \&PDL::gsl_sf_pow_int; | |||
#line 81 "POW_INT.pm" | #line 81 "POW_INT.pm" | |||
#line 42 "gsl_sf_pow_int.pd" | #line 42 "gsl_sf_pow_int.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 |