1POLY(3) User Contributed Perl Documentation POLY(3)
2
3
4
6 PDL::GSLSF::POLY - 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
12 NOTE: this should actually be PDL::POLY for consistency but I don't
13 want to get into edits changing the directory structure at this time.
14 These fixes should allow things to build.
15
19 gsl_poly_eval
20
21 Signature: (double x(); double c(m); double [o]y())
22
23 c[0] + c[1] x + c[2] x^2 + ... + c[m-1] x^(m-1)
24
26 This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.tri‐
27 este.it> All rights reserved. There is no warranty. You are allowed to
28 redistribute this software / documentation under certain conditions.
29 For details, see the file COPYING in the PDL distribution. If this file
30 is separated from the PDL distribution, the copyright notice should be
31 included in the file.
32
33 The GSL SF modules were written by G. Jungman.
34
35
36
37perl v5.8.8 2006-12-02 POLY(3)