Home
last modified time | relevance | path

Searched refs:ply (Results 1 – 1 of 1) sorted by relevance

/phasta/phSolver/common/ !
H A Dnewshape.cc26 double ply; in LP() local
27 ply = ((2*j-1)*x*LP(j-1,x)-(j-1)*LP(j-2,x))/j; in LP()
28 return ply; in LP()