Garfield++
v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
Loading...
Searching...
No Matches
PolLeg.h
Go to the documentation of this file.
1
#ifndef POLLEG_H
2
#define POLLEG_H
3
/*
4
Simple function for Polinomials of Legendre
5
Implemented only l = 0,1,2,3,4,5,6
6
7
Copyright (c) 2003 I. B. Smirnov
8
9
Permission to use, copy, modify, distribute and sell this file
10
and its documentation for any purpose is hereby granted without fee,
11
provided that the above copyright notice, this permission notice,
12
and notices about any modifications of the original text
13
appear in all copies and in supporting documentation.
14
It is provided "as is" without express or implied warranty.
15
*/
16
17
double
polleg
(
int
l,
double
x);
18
19
#endif
polleg
double polleg(int l, double x)
Definition:
PolLeg.cpp:14
garfieldpp-v1r0
Heed
wcpplib
math
PolLeg.h
Generated by
1.9.6