1POW_INT(3) User Contributed Perl Documentation POW_INT(3)
2
3
4
6 PDL::GSLSF::LOG - PDL interface to GSL Special Functions
7
9 This is an interface to the Special Function package present in the GNU
10 Scientific Library.
11
15 gsl_sf_pow_int
16
17 Signature: (double x(); double [o]y(); double [o]e(); int n)
18
19 Calculate x^n.
20
22 This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.tri‐
23 este.it> All rights reserved. There is no warranty. You are allowed to
24 redistribute this software / documentation under certain conditions.
25 For details, see the file COPYING in the PDL distribution. If this file
26 is separated from the PDL distribution, the copyright notice should be
27 included in the file.
28
29 The GSL SF modules were written by G. Jungman.
30
31
32
33perl v5.8.8 2006-12-02 POW_INT(3)