mirror of
https://github.com/simon987/wavelib.git
synced 2025-04-19 18:16:44 +00:00
Merge pull request #13 from whyang2080/master
gamma replaced with cwt_gamma
This commit is contained in:
commit
36f0d305c1
@ -111,7 +111,7 @@ void gauss(int N,int p,double lb,double ub,double *psi,double *t) {
|
|||||||
t[i] = lb + delta * i;
|
t[i] = lb + delta * i;
|
||||||
}
|
}
|
||||||
|
|
||||||
den = sqrt(gamma(p+0.5));
|
den = sqrt(cwt_gamma(p+0.5));
|
||||||
|
|
||||||
if ((p+1)%2 == 0) {
|
if ((p+1)%2 == 0) {
|
||||||
num = 1.0;
|
num = 1.0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user